mIRC Home    About    Download    Register    News    Help

Print Thread
#127122 09/08/05 06:35 AM
Joined: Aug 2005
Posts: 18
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Aug 2005
Posts: 18
Hi there,

May I know anyone know whats the command to use for auto greeting message?

It seem like I've forgotten about this.
E.G:
Whenever join into the #channel

Channel sets mode: +oa Nick
<Channel> [Nick] Auto Greeting message

Thanks in advance. smile

#127123 09/08/05 09:04 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
This should've been put in the scripts & pop-ups section, as that's the only way to do it. There isn't a single command that does what you're looking for, but the following script does.
Code:
on *:join:#: .msg $chan $nick Welcome to $chan  

#127124 09/08/05 07:03 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I spent 15 minutes wondering what they were asking I thought they wanted a greeting from the channel itself which I think IRCx does. *shrugs*

-Andy

#127125 09/08/05 11:11 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Some IRCd's do have a Greet option, which goes to the person's status window when they join a room. This option, if available, is run through chanserv and has to be configured by the founder. Since not all networks have chanserv, and not all chanserv's have the Greet option, I gave him a quick code that'll work under most conditions.


Link Copied to Clipboard