jerome S - 2005-06-13

Logged In: YES
user_id=387791

this already works.

you can do that with the beanshell script support.

see here http://jchatirc.sourceforge.net/faq/#performed

for send command after the connection:
irc=connect("irc.server.fr","#chan");
irc.writeLine("whois nick");

irc.writeLine send any command you want.