Discussion of eggdrop bots, shell accounts and tcl scripts.
Skip to content
Post by Sefu » Wed Apr 14, 2004 5:49 am
Post by Xpert » Wed Apr 14, 2004 6:28 am
Code: Select all
set channel "#channel" set mychan "#channel-to-invite" bind join - * join:invite proc join:invite {nick host hand chan} { global channel mychan if {([string equal -nocase "$channel" "$chan"]) && (![onchan $nick $mychan])} { putserv "invite $nick $mychan" } }
Return to “Archive”