Discussion of eggdrop bots, shell accounts and tcl scripts.
Skip to content
Go to advanced search
Code: Select all
bind join - "\[ABC\]*" greet proc greet { nick chan} { puthelp "PRIVMSG $chan :Hello $nick. Nice To see you" return 0 }