Quote:
Quote:
Try this instead
Code:
 on me:*:join:#:{
if (o isin $usermode) { .timer 1 2 opmode $chan +o $me }
}
 


I'm not familiar with the opmode command, so I'm presuming that it's a server level command that allows an IRCop to op themselves in a channel.

I think the reason yours wasn't working is the extra
Quote:
,IRCOp
in the IF statement (2nd one in your code)
Still doesn't work. I won't get opped by my server.


Well first determine what is the command you use to OP yourself when oppered up

Don't forget if you have the (identify oper) in your perform + channel join the command for op might be before you are oppered..

what I mean is

Connecting to network.....

You have joined #mIRC
command attempted to be performed..

then

You have successfully identified password for your IRCop status.

if not basically do something like this

Code:
on ME:*:JOIN:#:{
if (o isin $usermode) { raw mode # +o $me }
}


if that doesnt work which for sure it will, then you must have another on JOIN script somewhere within the remote window you are working on.

Last edited by Lpfix5; 20/06/06 05:28 AM.

Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }