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.

rebind .+/-ban

Old posts that have not been replied to for several years.
Locked
b
bleah

Post by bleah »

I want to rebind the .+ban and .-ban commands to that only fmno|mn can use the command (normal channel ops can't lift bans).

In a context, this is to prevent the channel owner and masters of #mysmallchannel from removing bans from #mybigchannel, but still being able to manage bans from his channel.

My global operators are trustful enough, otherwise they wouldn't have a global +o in the first place.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

why give someone a |o flag for #yourbigchannel if you can't trust them with .-ban?
b
bleah

Post by bleah »

On 2002-02-10 11:02, Petersen wrote:
why give someone a |o flag for #yourbigchannel if you can't trust them with .-ban?
The botnet is really restricted on partyline access: only "key" users have access: bot/channel owners/masters, and that's it. The "big boss" of #mybigchannel doesn't want the bans to be lifted by regular ops. if regular ops want to add a temporary/permanent ban in the bot, they have to ask, for the simple reason: In any situation, people can't all agree. And the more people have access to the bots to change things, the more insecure the channel can be.

Blocking normal ops access to the bot is a solution, but I don't want to punish the owner of #mysmallchannel because of #mybigchannel's wishes. When the bee queen says so...
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Code: Select all

unbind dcc o|o -ban *dcc:-ban
unbind dcc o|o +ban *dcc:+ban
bind dcc o|m -ban *dcc:-ban
bind dcc o|m +ban *dcc:+ban
b
bleah

Post by bleah »

On 2002-02-11 20:12, Wcc wrote:
code:
Thanks, that was exactly what I was looking for :smile:

(Sorry for this useless, but significant post)
Locked