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 16 matches

by bwkzb
Sun Mar 12, 2017 4:52 am
Forum: Scripting Help
Topic: kick timer
Replies: 20
Views: 21279

kick timer

set channel "#vhost" set operid "flood" set operpass "floodflood" bind evnt - init-server oper bind pub -|- !vhost vhost bind join -|- * join proc oper init-server { putserv "OPER $::operid $::operpass" } proc join {nick host handle chan } { if { $chan == $::...