mIRC Homepage
Posted By: Nonborn On NOTICE problem - 24/01/11 06:03 AM
Wasn't quite sure if this was talked about before or not. I've also searched high and low in the mIRC Help File and couldn't find anything. =/ Anyways, how do I get [/mode # +v] to work with 'on NOTICE'? All I want is for me to whisper: query or notice; and get a +v or -v from bot. Whenever I try it always sends me a message in Status saying that +v is not a nick/channel. I've also tried /join $chan(1) but still nothing.Thanks in advance.
Posted By: 5618 Re: On NOTICE problem - 24/01/11 06:59 AM
See /help on voice
wink
Posted By: Nonborn Re: On NOTICE problem - 24/01/11 09:43 AM
Sorry, but I don't think it helped any. Maybe I'm just blind or something. Thanks, anyways.
Posted By: 5618 Re: On NOTICE problem - 24/01/11 09:53 AM
Maybe you need to explain your problem a bit more.

If you are responding to a notice with, literally, "/mode # +v" then your problem is that # has no value, so the command will become /mode +v. If this is the case then you need to do "/mode #channel +v" (or if the channel is mentioned in the /notice then you could also use that parameter).
Posted By: Tomao Re: On NOTICE problem - 24/01/11 10:00 AM
If you use the private notice event, the $chan becomes $null. There's no # in a private event. You may need to loop through the $comchan($nick,0), or just follow 5618's advice to specify the actual channel name.
Posted By: Nonborn Re: On NOTICE problem - 24/01/11 10:04 AM
Ohhhh, thank you. Misunderstood but I've got it now. The comchan method seems doable.
© mIRC Discussion Forums