Ok tanks, and what is the opposite of this?
If i use only this:
on *:TEXT:!bugreport*:#: {
if ($2 == $null) {
msg $chan Type <!bugreport info> for more information.
}
elseif ($2 == info) {
msg $chan If you found a bug, you can report it with this command: !bugreport <something>
}
/write -il1 bugreport.txt $2-
msg $chan The bug report was sended! 60 second delay for next report.
}
and somebody type only <!bugreport>, bot says this:
Bot: Type <!bugreport info> for more information.
Bot: The bug report was sended! 60 second delay for next report.