Hi,
<`TIME-BoT`> hello you
that is when your bot private messages you, which is why the nickname is surrounded with < > (atleast by default).
WHen someone notices you, or you notice someone, the nick is surrounded with - -
So if you want to catch private messages and notices, you'll have to use:
on *:TEXT:*:?: if $nick == `TIME-BoT` { commands }
on *:NOTICE:*:?: if $nick == `TIME-BoT` { commands }
the question mark ? stands for private message.
Hope this will help you on your way,
Greets
Last edited by FiberOPtics; 28/05/04 08:53 PM.