in reply to Re^3: Regexp problem matching commands for IRC bot
in thread Regexp problem matching commands for IRC bot

Ah, it looks like: <code> $message is ':Admin!Admin@leet-A0B340B0.host.com PRIVMSG #channel :!quit ' <code> Not good.
  • Comment on Re^4: Regexp problem matching commands for IRC bot

Replies are listed 'Best First'.
Re^5: Regexp problem matching commands for IRC bot
by ikegami (Patriarch) on Dec 17, 2004 at 23:39 UTC
    We can't help you if you don't show the code you actually used. The only time you'd get that string in message in the code you showed us was is the $_ was something like
    :something!something PRIVMSG #channel :Admin!Admin@leet-A0B340B0.host.com PRIVMSG #channel :!quit
    (assuming $channel was regexp matching '#channel').