From 3790452619828dc2c5d27c13eeec7b67b3fe6eff Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Thu, 26 Jul 2007 00:46:31 +0000 Subject: new commands like ;help, code optimizations, bugfixes, colors in the messages, and more\! --- config-default/channels.xml | 55 ++++++++++++++++++++++++--------------------- config-default/commands.xml | 14 ++++++++---- config-default/users.xml | 3 ++- 3 files changed, 42 insertions(+), 30 deletions(-) (limited to 'config-default') diff --git a/config-default/channels.xml b/config-default/channels.xml index de9800b..7633dbb 100644 --- a/config-default/channels.xml +++ b/config-default/channels.xml @@ -1,6 +1,9 @@ - + + + + a @@ -16,7 +19,6 @@ WildPikachu nalioth - seanw quux denny Fieldy @@ -31,16 +33,13 @@ WildPikachu - seanw quux denny Fieldy numist PhilKC - - ##linux-ops - + @@ -48,10 +47,10 @@ quux HentaiXP TechSalvager - seanw njan JonathanD Cpudan80 + AndrewB @@ -64,8 +63,12 @@ Shadow_mil newmanbe + + + Mbimmler + #wikimedia-ops @@ -91,28 +94,28 @@ - ^mode \S+ \+b (.*)$ - .*Fags! Fags! Fags!.* - seanw + Cbrown1023 + Sean_William + ST47 + Karlprof Pilotguy Eagle-101 Mbimmler skenmy Ral315 - Karlprof tomaw Fabexplosive Krimpet - ST47 AndrewB stylus Martinp23 - Soms Daniel-Bryant amidaniel Gracenotes SWATJester + njan + mike42 #wikimedia-ops @@ -121,12 +124,12 @@ White_Cat + Cometstyles AppleBoy Soms - Pilotguy ST47 - seanw Martinp23 + Cbrown1023 #wikimedia-ops @@ -142,7 +145,6 @@ - seanw Eagle-101 Mbimmler Pilotguy @@ -154,25 +156,31 @@ + + ST47 + #wikimedia-ops + + + 15:45 requested by ChanServ tinyurl\.com/ypvk4n + blah .* ^DCC SEND |\bDCC SEND "?[A-Za-z0-9]+"? \d+ \d+ \d+ DCC SEND + DCC SEND \bDCC SEND ^... DDOS COUNTDOWN.* - via paypal if you DoS somone for dnsbl.dronebl.org rbl.efnet.org - http://exotics\.ezbbforum\.com 10:30 5:3 ([^ ]{4,} +)\1{5,} @@ -181,21 +189,18 @@ ^startkeylogger$|^stopkeylogger$ \bstartkeylogger\b|\bstopkeylogger\b http://\S+\.on\.nimp\.org - ^lesbian..$ + contentisuseless i=magical 5:3 - 5:3 150:20 .* RED ARMY OF LOL \.com/sms.exe - hello sir, my name is Chris Benoit and I am a WWE MASS MURDERER. - sure are a ?lot of wikifag - DCC SEND - contentisuseless - blah + (?i)^sure are a ?lot of .*fags? in here AfterDeath + alindeman + seanw ##asb-nexus diff --git a/config-default/commands.xml b/config-default/commands.xml index 8353b0f..eedf584 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -1,4 +1,9 @@ + + privmsg($event->{to}->[0], "help is at http://meta.wikimedia.org/wiki/User:WHeimbigner/AntiSpamMeta"); + ]]> + > io 'exempt.txt'; - $conn->privmsg($event->{to}->[0], lc $1 . " exempted"); + my $x = lc $1; + $::eline{$x} = 1; + $x . "\n" >> io 'exempt.txt'; + $conn->privmsg($event->{to}->[0], $x . " exempted"); ]]> commaAndify(ASM::Util->getAlert($event->{to}->[0], 'opalert', 'hilights')); - $conn->privmsg($_, "$hilite: $event->{nick} wants your attention ($1) ") foreach ASM::Util->getAlert($event->{to}->[0], 'opalert', 'msgs'); + $conn->privmsg($_, "[$event->{to}->[0]] - $event->{nick} wants op attention ($1) $hilite") foreach ASM::Util->getAlert($event->{to}->[0], 'opalert', 'msgs'); ]]> diff --git a/config-default/users.xml b/config-default/users.xml index dc2046a..0c59b57 100644 --- a/config-default/users.xml +++ b/config-default/users.xml @@ -4,7 +4,8 @@ - + + -- cgit v1.2.3