mIRC Homepage
Posted By: jacksparrow2 help on this - 04/06/04 08:01 PM
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



Posted By: FiberOPtics Re: help on this - 04/06/04 08:16 PM
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.
Posted By: jacksparrow2 Re: help on this - 04/06/04 08:24 PM
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...?
Posted By: FiberOPtics Re: help on this - 04/06/04 08:33 PM
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
© mIRC Discussion Forums