mIRC Home    About    Download    Register    News    Help

Print Thread
#52748 06/10/03 02:58 PM
Joined: Dec 2002
Posts: 10
M
Mille Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Dec 2002
Posts: 10
Trying to bankick myself with the updated /ban command...
even due I'm not a operator when performing the command, it's tries to unban it afterwards.

(16:47:35) * mIRC61: you're not channel operator
(16:47:35) * mIRC61: you're not channel operator
(16:47:41) * Mille sets mode: +o mIRC61
(16:47:45) * mIRC61 sets mode: -b mIRC61!ABC123@h178n2fls20o1064.bredband.comhem.se


#52749 06/10/03 05:52 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
/debug @raw

and paste that to us...


Code:
//if ( khaled isgod ) echo yes | else echo no
#52750 06/10/03 08:39 PM
Joined: Feb 2003
Posts: 810
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 810
Also paste what syntax are you using for /ban, are you using -u?


* cold edits his posts 24/7
#52751 06/10/03 09:43 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
I cannot recreate with the following:

alias banbug {
var %chan = $active
if ((%chan ischan) && ($me isop %chan)) {
.ban -u10 %chan $me
.timer 1 5 /mode $chan -o $me
}
}


-KingTomato

Link Copied to Clipboard