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.

Search found 4 matches

by MoralityAcademy
Tue Feb 27, 2007 3:03 pm
Forum: Script Support & Releases
Topic: Need Help on a Small Change - Bad Channels on WHOIS tcl
Replies: 10
Views: 7172

Sir_Fz wrote:replace $exempt_flags with [channel get $channel mc.ban_channel.exempt.flags]
Not really sure yet (i ll have to test it later) but it runs on this way without getting errors...

I'll notify you for sure as soon as i ve check it :D

Thank you guys..! :D :D :D :D :D :D :D :D
by MoralityAcademy
Tue Feb 27, 2007 10:22 am
Forum: Script Support & Releases
Topic: Need Help on a Small Change - Bad Channels on WHOIS tcl
Replies: 10
Views: 7172

My suggestion is to add if {[matchattr [nick2hand $nick] $exempt_flags $channel]} {return 0} before putserv "WHOIS $nick" at line 1054. Look at Sir_Fz' code carefully. The same.. error.. [15:22] Last Bind : * [15:22] Last Commands : [15:22] 1172586134- mc:banc:list_ list #channel [15:22] ...
by MoralityAcademy
Tue Feb 27, 2007 9:03 am
Forum: Script Support & Releases
Topic: Need Help on a Small Change - Bad Channels on WHOIS tcl
Replies: 10
Views: 7172

[13:39] Last Bind : * [13:39] Last Commands : [13:39] 1172579947- mc:banc:list_ scan {nikolakissssssss #channel 0} [13:39] 1172579947- mc:banc:list_ list #channel [13:39] 1172579947- mc:banc:list_ has_bans #channel [13:39] 1172579947- mc:banc:join_ nikolakissssssss ~nikolakis@ppp149-84.adsl.forthne...
by MoralityAcademy
Tue Feb 27, 2007 12:18 am
Forum: Script Support & Releases
Topic: Need Help on a Small Change - Bad Channels on WHOIS tcl
Replies: 10
Views: 7172

Need Help on a Small Change - Bad Channels on WHOIS tcl

# chanset <channel> mc.ban_channel.exempt.flags <flags> # You can set this to exempt users based on there flags from reaction of # this script for the specific channel. I want to add on the people that have those flags to NOT be whoised at all. (Currently, on the code below they are whoised but not ...