mIRC Homepage
Posted By: Brianlan Auto greeting/warning message - 10/08/05 11:37 AM
Well, is it possible to set a auto warning message to any new user upon joing in?

Hmm.. I posted a Screenshot. I believe that will make life much easier.

Saw that warning message?

So what am I supposed to do/edit/add inorder have something just like that.

Thanks.
Posted By: tidy_trax Re: Auto greeting/warning message - 10/08/05 11:51 AM
Code:
on !*:join:#yourchannel:{ .notice $nick <your message here> }


Change #yourchannel to the name of your channel and <your message here> to your message.
Posted By: Brianlan Re: Auto greeting/warning message - 10/08/05 12:12 PM
Hi and thanks for your response, well isit possible to make it appear in the channel window instead of the status window?

I'd like to have it apperar totally the same as the above one.

-chanServ- [#my channel] MY MESSAGE

chanServ = my bot

Thanks for the help.
Posted By: FiberOPtics Re: Auto greeting/warning message - 10/08/05 12:19 PM
on !*:join:#channel: .notice # Hello $nick $+ , welcome to #

Note that noticing a message to the entire channel when a person joins, is generally considered lame. You should not use this in channels where you are not oped in.

The dot before the notice command, means the message will be silent. In other words, your bot or your own client, where you have loaded this code in, won't see it being said, but the rest of the people will. If you want to see it, remove the dot.
Posted By: xDaeMoN Re: Auto greeting/warning message - 11/08/05 07:29 PM
I think what he means is when a person joins & receives the notice, it goes to the default window which is the status window.

There is an option in mIRC where you can have all notices sent to the active window ( ALT-O -> IRC -> Show in Active, put a check in "Notices").

Not sure if this is what you want...
© mIRC Discussion Forums