mIRC Home    About    Download    Register    News    Help

Print Thread
#120512 18/05/05 04:52 PM
Joined: Sep 2003
Posts: 84
T
Babel fish
OP Offline
Babel fish
T
Joined: Sep 2003
Posts: 84
My bot is running over more dan 13 channels this becuse it's a secure bot for my own irc-server.

but now it does not response on some scripts if he is over the 13 channels :S What's got frong?

Joined: Apr 2004
Posts: 218
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Apr 2004
Posts: 218
Maybe it seen how you typed and decided you were trying to kill it? :|


Live to Dream & Dream for Life
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
You need to post some of the script that you're using where it isn't working. We aren't psychic here... well, most of us aren't. laugh


Invision Support
#Invision on irc.irchighway.net
Joined: Sep 2003
Posts: 84
T
Babel fish
OP Offline
Babel fish
T
Joined: Sep 2003
Posts: 84
all scripts are working fine if you just has like 10 channel's open smirk So I don't think it's the scripts but something in mIRC

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Dunno... I'm often in many channels without issues... smile


Invision Support
#Invision on irc.irchighway.net
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
It well be something you have done in the bot that stops it from working, I havent ever seen mirc not do events when it should.

Try adding this line to the start of any events you think arent working

watchpoint $1-

then create an alias as follows
alias watchpoint { echo -st $event : $nick : $chan : $1- }

This well let you see if the event is triggered or not.


Link Copied to Clipboard