mIRC Home    About    Download    Register    News    Help

Print Thread
#7831 22/01/03 08:06 PM
Joined: Dec 2002
Posts: 10
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2002
Posts: 10
I want to get a script to reop me on being deoped. The Cservice bot on this server is D and this is what i have got so far but it doesn't work. and my nick is the D nick. Any help will be apreaciated

on*:mode:-o*:$chan { msg D op $chan $me }


-=Doorsdown=-
Needs help!
#7832 22/01/03 08:26 PM
Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
Code:
on *:DEOP:#channel:{ if ($opnick == $me) { msg D op $chan $me } }

Last edited by MonoSex; 22/01/03 08:28 PM.
#7833 22/01/03 08:29 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Or On !*:deop:, so that self-deop will not trigger it smirk

#7834 22/01/03 08:32 PM
Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
true :tongue:

#7835 22/01/03 08:34 PM
Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
if you do use this this will op any op that was deopped

on *:DEOP:#:/mode $chan +o $opnick

*note the person that deopped is obviously another op.

hope this works for ya

#7836 22/01/03 08:37 PM
Joined: Dec 2002
Posts: 10
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2002
Posts: 10
thankx


-=Doorsdown=-
Needs help!
#7837 22/01/03 08:39 PM
Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
no problem

#7838 22/01/03 08:40 PM
Joined: Dec 2002
Posts: 10
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2002
Posts: 10
it didn't work and i need it to be able to reop itself with the cservice bot


-=Doorsdown=-
Needs help!
#7839 22/01/03 08:43 PM
Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
ahhh my bad....that syntax was intended for your bot but it works trust me...lol


Link Copied to Clipboard