PDA

View Full Version : Op protection



G0on
14-07-2002, 10:38
How do i write a script to do something whenever i am deopped?
(i have an alias called auth that will get me re opped)

thanks in advance for ur help

Kalleth
14-07-2002, 12:48
just enter this in your remotes window (alt-r):


on *:DEOP:#: {
if ($opnick == $me) {
auth
}
}

That should work :)
any more problems, yell at me ;(
[EDIT]
****ING SMILEY - replace the :D smiley with : D without the space :E

G0on
14-07-2002, 13:07
ty very much that works

Kalleth
14-07-2002, 13:54
np, pimp the forum ;)

GameGuru
14-07-2002, 15:19
check the "Disable Smilies in This Post" box in future :p