mIRC Home    About    Download    Register    News    Help

Print Thread
#107147 07/01/05 11:13 AM
Joined: May 2004
Posts: 39
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: May 2004
Posts: 39
Ok I need a script now that does this: When somone querys me in a pc it will list the commands of my bot, for instance like if they say

!help my bot will message them, then once they say !commands inside the pc it will also work.


Do the monkey!
#107148 07/01/05 11:19 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
Code:
on 1:text:!help:?: {
  msg $nick Help System!
  msg $nick Please type !commands for a list of commands!
}

on 1:text:!commands:?: {
  msg $nick Commands
  msg $nick !blah
}

on your mirc type /help on text
its useful smile

Last edited by LostServ; 07/01/05 11:19 AM.
#107149 07/01/05 11:35 AM
Joined: May 2004
Posts: 39
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: May 2004
Posts: 39
Thank you! I could do that or I could make you guys look super smarter laugh.


Do the monkey!
#107150 07/01/05 09:41 PM
Joined: Nov 2004
Posts: 332
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Nov 2004
Posts: 332
take this a step further
you can make a txt file that command
if you were so inclined


The Kodokan will move you, one way or another.

Link Copied to Clipboard