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.

Making Event binds global for channels

Old posts that have not been replied to for several years.
Locked
W
Weirdo
Master
Posts: 265
Joined: Sat Apr 27, 2002 8:00 pm
Location: Manchester, England

Making Event binds global for channels

Post by Weirdo »

Code: Select all

bind evnt - need-op nserv:needop
So, i tried this. Want to bind this to every channel that will be added to the bot using a script, rather than hard coding using the eggdrop.conf

Making one for auto unban and such, just wondering if its worth doing it this way, rather than programming it manually for all the channels minako uses.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This should work, however, I can't be quite sure, as the explanation was vague.

You will also need to look over the mask field of the bind. Note the example and information given in tcl-sommands.doc
Locked