Hi all.
I am currently making a mysql based !command script (!command nickname1 nickname2) for entertainment of my users.
There are only two things I don't know how to do although it might be quite simple.
#1:
how can I bind just "!" and take everything directly behind it as the first argument ?
#2:
is it possible to automatically replace (in output) %1 and %2 by $nick and $arg(s) (maybe regsub?)