mIRC Home    About    Download    Register    News    Help

Print Thread
#102705 12/11/04 06:12 AM
Joined: Nov 2004
Posts: 1
N
noob999 Offline OP
Mostly harmless
OP Offline
Mostly harmless
N
Joined: Nov 2004
Posts: 1
I'm new to mIRC, and I just got my own channel and was wondering is it possible to get a bot to tell the time in a channel when given a command? Any help is appreciated, thanks in advance. And if possible, can you tell me how? Thanks again.

#102706 12/11/04 07:11 AM
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
Use a text event:

Code:
on *:text:!time:#yourchan:msg # The time on this machine is: $time


Look at /help on text for other relevant information. The command the bot listens for in this case is !time


Link Copied to Clipboard