mIRC Home    About    Download    Register    News    Help

Print Thread
#42880 19/08/03 07:36 AM
Joined: Aug 2003
Posts: 136
M
Vogon poet
OP Offline
Vogon poet
M
Joined: Aug 2003
Posts: 136
($opnick == $me) how can I change that to see if it is a different user being deop? So it would be like
on 1:DEOP:#: {
if ($nick == $me) { halt }
elseif ($opnick == notme ) { halt }
elseif ($opnick == $me) {do wahtever}

#42881 19/08/03 07:48 AM
S
ScatMan
ScatMan
S
if ($opnick != $me)

#42882 19/08/03 07:49 AM
Joined: Aug 2003
Posts: 136
M
Vogon poet
OP Offline
Vogon poet
M
Joined: Aug 2003
Posts: 136
so that will make it look at the nick being deopd? and not mine?

#42883 19/08/03 07:52 AM
Joined: Aug 2003
Posts: 136
M
Vogon poet
OP Offline
Vogon poet
M
Joined: Aug 2003
Posts: 136
Checked it thankyou

#42884 19/08/03 07:55 PM
Joined: Dec 2002
Posts: 334
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 334
if ($opnick != $me) means if the oped nick isn't me smile


Link Copied to Clipboard