mIRC Home    About    Download    Register    News    Help

Print Thread
#141470 10/02/06 01:52 AM
Joined: Feb 2006
Posts: 1
B
bytor Offline OP
Mostly harmless
OP Offline
Mostly harmless
B
Joined: Feb 2006
Posts: 1
What is the command to set the greeting for your channel so when people enter they get a message.

I thought it was !greeting.

Any help?

Thanks
Bytor

#141471 10/02/06 02:10 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Some services have a greeting command. If the command is there, then it's usually on chanserv. If the network has chanserv, use
Code:
 /msg chanserv help 
to find out what's available, or join your local help channel, usually #help for assistance.

If you don't have chanserv, or there isn't a greeting command, then this can (and has been) scripted.

Search the Scripts & Popups forum for the term GREET

#141472 10/02/06 07:33 PM
Joined: Jan 2006
Posts: 61
C
Babel fish
Offline
Babel fish
C
Joined: Jan 2006
Posts: 61
try this:

Sintaxe:
-
on *:text:!greeting:#YOURCHANNEL:{ /msg $chan MSG }


Assume that you channel is #test and the greeting msg is "hello, wellcome" you need put the fallow code on remote sction:

on *:text:!greeting:#test:{ /msg $chan hello, wellcome }

Thats all

*


The practice do the Master...
#141473 10/02/06 09:03 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
This person was looking for something to send the person that just joined a greeting. Something like this would be more accurate per their request (and as I said, these have been done before)
Code:
on *:join:#: describe $chan Welcomes $nick to $chan  


Link Copied to Clipboard