mIRC Home    About    Download    Register    News    Help

Print Thread
#175143 18/04/07 07:45 AM
Joined: Apr 2007
Posts: 2
W
Bowl of petunias
OP Offline
Bowl of petunias
W
Joined: Apr 2007
Posts: 2
my channel is opless, and some stranger put a bot in it so it will stay opless....
now the bot does have connection timed out once in a while, so in those 2 mins i should be able to rejoin and gain op again.
can any of you help me with a script for that? cause im not always around to rejoin manually.
thanks in advance!

WickedLady #175147 18/04/07 09:57 AM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
go to the #help channel of your network and request a removal of that bot due to channel-takeover...


If it ain't broken, don't fix it!
WickedLady #175223 19/04/07 04:42 AM
Joined: Mar 2007
Posts: 60
S
Babel fish
Offline
Babel fish
S
Joined: Mar 2007
Posts: 60
you could also make a script so that when the bot quits you will automatically /hop

Code:
on *:QUIT: if ($nick = BOT) /hop #CHAN



Just replace BOT with the bots name and #CHAN with your channel name. Easy enough? if you want to be super safe and secure you could use

if ($address($nick,2) = BOT's ADDRESS MASK 2) instead of if ($nick = BOT)


Hope this helps smile


"In order to succeed, your desire for success should be greater than your fear of failure."
Spitfire3292 #175536 24/04/07 02:30 PM
Joined: Apr 2007
Posts: 2
W
Bowl of petunias
OP Offline
Bowl of petunias
W
Joined: Apr 2007
Posts: 2
thanks a lot, it worked wink


Link Copied to Clipboard