Hi
It would be very nice if this nice chat program would support scripting of chat commands. I.e. after login to a server a series of commands should be executed. This would be really cool.
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.
Log in to post a comment.
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.