mIRC Home    About    Download    Register    News    Help

Print Thread
#94253 15/08/04 04:37 AM
Joined: Aug 2004
Posts: 4
M
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Aug 2004
Posts: 4
Hey Does anyone know were i can get a bot that when you type !help it pms a op and or another channel with a message like "Username is requesting help in #channel" ??? or active staffmemebers

#94254 15/08/04 09:08 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
Put the below code in the mIRC Remote Section (ALT+R) of the bot or client you wish to use.

Code:
on *:text:!help:[color:red]#[/color]: { onotice # $nick is requesting help. }

This will notice all op's. Note the bot or person running this script must also have op's.
You may also wish for it to active when !help is typed in only one certain channel, in red above is where you would set the channel.

Last edited by LostServ; 15/08/04 09:09 AM.

Link Copied to Clipboard