This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

don't perform op commands

General support and discussion of Eggdrop bots.
Post Reply
D
Driber
Voice
Posts: 6
Joined: Thu Sep 18, 2008 8:22 am
Contact:

don't perform op commands

Post by Driber »

I have a bot up and running that is present in several channels on an IRC server.

I created a custom tcl script that makes the bot reply to certain words in the channels and I want this script to be the only thing the bot reacts to.
I do not want my bot to use any of the built-in features, such as floodkick, auto-op users on his user-list, etc.

I have set my bot to owner status in all channels for aesthetics, so simply de-opping is not an option.

Is there an easy way to disable those features? Maybe a module or a .tcl script that I should prevent from loading?
Driber.net webmaster
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

'.chaninfo <channel>' to see a channel's settings, and '.chanset <channel> <settings>' to change them. '.help' for help with DCC commands.
Post Reply