This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by darkwood
Sun May 15, 2011 3:26 pm
Forum: Scripting Help
Topic: Help with event after connect to server
Replies: 4
Views: 5534

@Trixar_za : Not solved the problem
by darkwood
Sun May 15, 2011 2:58 pm
Forum: Scripting Help
Topic: Help with event after connect to server
Replies: 4
Views: 5534

Help with event after connect to server

This is working: # This is a Tcl script to be run immediately after connecting to a server. bind evnt - init-server evnt:init_server bind raw - "432" evnt:nick_invalid proc evnt:init_server {type} { global nick putserv "OPER nick operpass" putserv "NICK $nick" putserv ...