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.

limiting access

Old posts that have not been replied to for several years.
Locked
d
dropman
Voice
Posts: 15
Joined: Fri Mar 21, 2003 3:55 pm
Location: Latvia, Daugavpils

limiting access

Post by dropman »

Can i deny access for my +o users on the bot to use .say command ?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

There are two ways to do this.

1: Deny them access to the partyline

2: Remove the command, or reprogram it

Code: Select all

catch {unbind dcc o|o say *dcc:say}
bind dcc m|m say *dcc:say
note: remove the second line from the script above, to delete rather than reprogram. This reprograms it to global or channel master.
Locked