mIRC Home    About    Download    Register    News    Help

Print Thread
#124024 01/07/05 01:38 AM
M
mabzerox
mabzerox
M
Hello:

I want to know how can I set a auto hello message in the chat when a user joins the channel. I can oly make a auto message in a PM and i want it to appear in the chat room.
Thanks

Code:
In Remotes:
#greet on
on 1:JOIN:#:{ .notice $nick Hi there, welcome to $chan !! }
#greet end

on +100:text:autogreeton:?:{ .enable #greet | /msg $nick The auto-greet is now switched ON }
on +100:text:autogreet off:?:{ .disable #greet | /msg $nick The auto-greet is now switched OFF }

In Popups:
Turn greet message on:/.enable #greet
Turn greet message off:/.disable #greet

#124025 01/07/05 01:59 AM
Joined: Jan 2005
Posts: 186
Vogon poet
Offline
Vogon poet
Joined: Jan 2005
Posts: 186
on 1:JOIN:#:{ .msg $chan blah }


echo -a $signature

Link Copied to Clipboard