mIRC Home    About    Download    Register    News    Help

Print Thread
#85349 04/06/04 08:01 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
on 99:join:#:daniel: {
echo -a 12 aufvidersen

}

99:VerDuGo!*genciavip@the.pupil.of.darthvader.pIPv4
99:TheRatAtack!*genciavip@BIui0A.AV85WW.vIPv4

i have this when a op enters they shows me the message
i want do if the user who joins its different than 99 i will ignore it

please help me
thnx





mess with the best
#85350 04/06/04 08:16 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
Hi,

from the mIRC faq on this website:

*** The + flag.

This flag makes a certain command available ONLY to users with the EXACT level of the command... Higher (and of course lower) level users can't use/access it !

Example:
on +3:JOIN:#mine:/notice $nick Welcome here.

Level 3 users will be welcomed, no lower/higher levels.

Greets

Btw, you have an excessive : in your code there (:#:daniel) should be #daniel.

Last edited by FiberOPtics; 04/06/04 08:18 PM.

Gone.
#85351 04/06/04 08:24 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
its work

on +99:join:#daniel: {
echo -a 12 aufvidersen
mode # +b $nick
}

i want add a kick reason if you not be an oper...?


mess with the best
#85352 04/06/04 08:33 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
Hi,

kick # $nick your kick message here

Btw, the mIRC helpfile has good information on most available features in mIRC.
Might be a good idea to type /help when you're wondering about something. It's a good way to independently seek for information, and to use it accordingly. Personally, when I'm curious of how something worx in mIRC I either check the help file, or the Search feature of this message board.

Greets


Gone.

Link Copied to Clipboard