. i got another Idea.
allow plugin support.
like have a dll. with a Sub Main (). let it run it's code. and make it return a value.
eg
code:
Sub Main()
Dim Nick as String.
Nick = "Something" // they could put like a song form winamp. etc etc.
return Nick
End Sub
then your retrive what returned.
and they can use it like
code:
/com=/nick [Plugin1]
the [ signifies it's calling a plugin.
hope this would be possible
.