projects
/
irc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc6ad2
)
update auto_bleh because oftc now supports +/-q
author
Don Armstrong
<don@donarmstrong.com>
Thu, 25 Jan 2007 01:46:01 +0000
(
01:46
+0000)
committer
Don Armstrong
<don@donarmstrong.com>
Thu, 25 Jan 2007 01:46:01 +0000
(
01:46
+0000)
.irssi/scripts/auto_bleh.pl
patch
|
blob
|
history
diff --git
a/.irssi/scripts/auto_bleh.pl
b/.irssi/scripts/auto_bleh.pl
index 1bf9e6245a281ad62fa30c008d399d8c7bc36a48..97200e02e9718557f1ad81d0a2d35b3aee096b3b 100644
(file)
--- a/
.irssi/scripts/auto_bleh.pl
+++ b/
.irssi/scripts/auto_bleh.pl
@@
-140,8
+140,9
@@
sub do_auto_bleh {
# turn them into ban and kick, respectively.
if ($server->{address} !~ $defaults{SMELLSLIKEFN}) {
my %fn_mapping = (remove => 'kick',
- quiet => 'ban',
- unquiet => 'unban',
+ # OFTC now supports +q/-q.
+ #quiet => 'ban',
+ #unquiet => 'unban',
timeout => 'btimeout',
);
for my $key (keys %fn_mapping) {