Sent script:
Code: Select all
bind pub - !test jojo
proc jojo {nick uhost hand chan arg} {
putbot Binary "echo das.ist.ein.test"
}
Code: Select all
bind bot - echo announce
proc announce {frombot cmd text} {
putlog $text
putquick "PRIVMSG #dasisteintest :$text"
putserv "PRIVMSG #dasisteintest :$text"
puthelp "PRIVMSG #dasisteintest :$text"
}
.set errorInfo shows me no error