Support
Please check the links below, if you still need help, please visit irc.nordicirc.com, channel #adiirc.
Scripting will be advancing at some point, right now you can make plugins for most things.
Here are some variables which can be used in Custom Commands, its like creating aliases of allready available commands, e.g "/hi /me says hi to $chan" will show
"* kr0n says hi to #adiirc" when typing /hi.
Current variables are $1 to $9, $pagearams, $chan and $me. $1 to $9 represents what you type after /yourcommand e.g "/sup /say whats up $1",
when typing /sup kr0n it will show like this "User: whats up kr0n".
$pagearam represents everything written after /yourcommand, $chan replaces itself with current channel and $me replaces itself with your current usernick.
You can make combo commands by using | as a seperator, e.g /hi /me says hi to $chan|/me says hi again to $chan
$file[path] returns data from a file, $frand[path] fetchs a random line from a file and $floop[path] gets one line increasingly (line1, then line2, then line3 etc).

