En dit dan?
http://www.holoweb.net/~liam/bx/
Of download een BX script en kijk hoe het gedaan is
[edit]
Uit een FAQ:
3.4 How do I script in BitchX? How do I find out what arguments should go to which function or command?
To script, you should have at least some experience using the client so you know how things SHOULD react, etc, etc. There is no designated "guide" to scripting, just look at the scripts that come with the BitchX source, or ircII scripts that you already have/can get.
On the second question. First of all, try looking in BitchX.help (/bhelp). If it's not in there, try the base ircII help file. Also, look in scripts and see if you can try figure out the syntax/arguments a particular command
should have. Check and see whether it is a script defined function. Try reading the script to see whether it is defined in there. If you're lazy to do that you might try /loading the script and comparing the /loaded scripts
output with that of typing it in at the command prompt. (/eval echo $func(args) and /command). If it's definitely an "undocumented feature", e.g. you can't find out what its' use is, ask in the channel, someone may be able to help.