mIRC Home    About    Download    Register    News    Help

Print Thread
#117070 12/04/05 12:28 AM
Joined: Apr 2005
Posts: 1
R
Mostly harmless
OP Offline
Mostly harmless
R
Joined: Apr 2005
Posts: 1
hi i dont know very much about scripting but if 1 of you guys/girls could help me out i would be verry happy.

i want a script which gives a guest a voice after he/she typed: !help

could anyone help me with this?

#117071 12/04/05 01:02 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Easy,

Code:
[color:green]On [color:red]@[/color]*:text:!help:#:{
  [color:blue]mode # +v $nick[/color]
}[/color]


For help on the "on TEXT" event, type /help on text. For help on the @ prefix, type /help event prefixes. For help on the /mode command, type /help /mode. That'll get you started.

#117072 12/04/05 01:53 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
hehehe I lay 3 to 1 odds that the channel is moderated, so they need +v to speak, and wont be able to get the !help into the channel out to get it smile

The I locked the combo in the safe to keep it safe problem :-)

#117073 12/04/05 02:06 PM
Joined: Mar 2005
Posts: 41
P
Ameglian cow
Offline
Ameglian cow
P
Joined: Mar 2005
Posts: 41
its easy:

on @*:TEXT:!Help:#:/mode $chan +v $nick

#117074 12/04/05 02:20 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
Don't you think Online knows it's easy?

You'll be nowhere near as good in scripting in 5 years as Online is, so please.

You posted the exact same thing btw, just a little difference in syntax.


Gone.
#117075 12/04/05 02:32 PM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
Personally, I like ctcp's

/help ctcp prefix


Link Copied to Clipboard