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