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.

The move towards moderated channels

Old posts that have not been replied to for several years.
Locked
C
CometBaby
Voice
Posts: 6
Joined: Fri Aug 19, 2005 10:20 pm
Contact:

The move towards moderated channels

Post by CometBaby »

Due to flooders and trolls, more-and-more channels are becoming moderated full time .. as is ours.

This means we do not need to set as many bans because we can accomplish most of our goals by using devoice.

Would we need, is a global devoice .. it would work like a shitlist, but instead of banning, it would devoice. I guess one could call it ShitVoice? :lol:

I am accomplishing this now with scripts on my client, but would love it if the bot could do it for me. Is there any chance this feature could be incorporated into the bot?

Thanks
CometBaby


P.S. I have a very large and highly active channel on efnet (#politics) which we have owned for about 10 years (no easy feat on efnet). It has been moderated full time for about 3 years. If you ever plan to add features for moderated channels, you really should contact me. I have experience in this area and know what is needed. I also have a lot of very good and original ideas for scripts for moderated channels, but no ability to write them myself.
You can twist perceptions .. reality won't budge.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

AFAIK you have delayed autovoice on #politics; if that is scripted, all you need to do is to incorporate a simple flag check in your script:

Code: Select all

if {![matchattr $handle q]} {
   # voice that user only if not +q (global quiet flag)
}
and then create +q user record for "shitvoiced" users, adding hostmasks to it as necessary
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

On what basis would you be actually devoicing them? so they are unable to speak in a moderated (+m) room -- because we would have to bind on those specific triggers. Try pasting me your mIRC coded script, maybe I can give you a similar output in TCL.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked