|
|
| Author |
Message |
Marie none

Joined: 24 Feb 2004 Posts: 2
|
Posted: Nov 28, 2004 7:56am Post subject: Question about Bahamut IRCd |
|
|
Hello,
I was wondering if Bahamut IRCd supported halfop chan mode?
Currently a server I use would like to add halfops. It is for a game and would like to keep only ops the MODs of the game, however, they want to add in helpers and would like those to have halfop, to show their status and be able to kick/ban spammers in the help channels.
Thanks for any help.
- Marie |
|
| Back to top |
|
 |
Talrias Lurker

Joined: 16 Feb 2004 Posts: 163 Location: :noitacoL
|
|
| Back to top |
|
 |
Marie none

Joined: 24 Feb 2004 Posts: 2
|
Posted: Nov 28, 2004 9:49am Post subject: |
|
|
Thanks. Will inform the mods of this.  |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1046
|
Posted: Nov 28, 2004 10:38am Post subject: |
|
|
| One low tech workaround would be to give our helpers voice (+v) and have an eggdrop bot or the like in channel then have a script written that allows voiced users to kick/ban through the bot. |
|
| Back to top |
|
 |
aquanight Lurker

Joined: 14 Jun 2004 Posts: 118 Location: Boise, ID
|
Posted: Nov 28, 2004 11:21am Post subject: |
|
|
| Or ChanServ. |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1046
|
Posted: Nov 28, 2004 12:13pm Post subject: |
|
|
| aquanight wrote: | | Or ChanServ. |
Which Services package allows non-chanop/non-halfop users to kickban? Also I don't see a mention of Services in the thread. |
|
| Back to top |
|
 |
Ashen Idler

Joined: 05 Jan 2004 Posts: 285
|
Posted: Nov 28, 2004 12:39pm Post subject: |
|
|
To allow users to kick/ban other users through chanserv as if they had halfops...
/chanserv levels #channel set kick 4
/chanserv levels #channel set ban 4
/chanserv levels #channel set topic 4
/chanserv levels #channel set nokick 4
/chanserv set #channel peace ON
/chanserv set #channel signkick on
Then :
/chanserv access #channel add NICK 4
This will let anyone with access=4 ("halfops") kick and ban other users that have access levels of less then 4, but not ops. It effectively a halfops feature implemented through chanserv.
-Ashen |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1046
|
Posted: Nov 28, 2004 1:18pm Post subject: |
|
|
ahh yes, levels .. Thanks . I'd forgotten all about them .. I have always used xops. This would be a better solution than my low tech one for sure. |
|
| Back to top |
|
 |
|