This happens to me sometimes, try and restart the mIRC client your bot is using, the issue should then be resolved wink

-Shadow

EDIT:

Tip of the day:

Code:
on *:text:!forum:#: { msg $chan http://techworld.co.nr/forums }
on *:text:!forums:#: { msg $chan http://techworld.co.nr/forums }


can be replaced with:

Code:
on *:text:!forum*:#: { msg $chan http://techworld.co.nr/forums }


Do that throughout your script and you can probably half the size wink

Last edited by Sh4d0w191; 13/04/08 06:10 PM.