Skip to content
MSN

command question

A TG007 community discussion started by NathX.

Discussion 9 posts
Page 1 of 1
Open
Topic #630 · 9 published posts · 757 views

Hi all, i used to have the code for this but seems i have lost it uhm.gif

 

Can anyone tell me the command for

 

eg

 

!help

 

now when they type that i want the script to whisper them with whatever message i want to put there

 

P.S [ just for normal chatters to type !help ]

on *:text:!help:#:{ msg $nick Wow $nick You want help! }

Pete®tje  Jun 11 2004, 03:19 PM

  on *:text:!help:#:{ msg $nick Wow $nick You want help! }

 

Wouldnt the whisper command be /privmsg $nick ?? /msg # is for the room i thought huh.gif

 

msg # goes to the channel and msg $nick goes in whisper.

Yes, or if you want them to use the !help from whisper, try this:

on :TEXT:!help:?:{ /msg $nick Hello, $nick I hear you need help? }

on :TEXT:!help:*:{ /msg $nick Hello, $nick I hear you need help? }

 

 

Works in both room and whisper biggrin.gif

 

i think lol shock.gif

I reply to this msg within a year!

:) - I can't keep still :D

Yes, it does, but some people want one or the other, not both, thats why i posted the whisper one also. tongue.gif

on :TEXT:!help:*:{ /msg $target Hello, $nick I hear you need help? }

 

This one answers in whisper when $nick whispered and in the room when it is entered in the room.

Yes, its the same as what Maria had put. tongue.gif Go back to bed Peter.