i need help on making a eggdrop script, like
on *:TEXT:*!Commands*:#: { //msg $nick Hello, to get commands.
then etc.
Code: Select all
bind pub "-|-" !commands msg_command
proc msg_command { nick chan host handle text } {
putquick "NOTICE $nick :TEXT"
}
Code: Select all
bind pub -|- !commands msg_command
proc msg_command {nick host handle chan text} {
putquick "NOTICE $nick :TEXT"
}
Code: Select all
bind pub -|- !commands msg_command
Code: Select all
proc msg_command { nick chan host handle text } {
Code: Select all
putquick