mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2005
Posts: 18
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Aug 2005
Posts: 18
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.

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Code:
on !*:join:#yourchannel:{ .notice $nick <your message here> }


Change #yourchannel to the name of your channel and <your message here> to your message.


New username: hixxy
Joined: Aug 2005
Posts: 18
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Aug 2005
Posts: 18
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.

Last edited by Brianlan; 10/08/05 12:20 PM.
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
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.


Gone.
Joined: Mar 2005
Posts: 420
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Mar 2005
Posts: 420
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...


If you have a plastic floor runner over your tiles, then you're one Hella Pinoy!

Link Copied to Clipboard