projects
/
docbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00c5520
)
- silence two more irc events
author
Andreas Scherbaum
<
[email protected]
>
Sun, 22 Jan 2012 12:24:12 +0000
(13:24 +0100)
committer
Andreas Scherbaum
<
[email protected]
>
Sun, 22 Jan 2012 12:24:12 +0000
(13:24 +0100)
docbot.pl
patch
|
blob
|
blame
|
history
diff --git
a/docbot.pl
b/docbot.pl
index 74f06d6cafad2cd8214e4265793769d85b52af38..a04ac8c51d068b420f5583eb288be2339848d89c 100755
(executable)
--- a/
docbot.pl
+++ b/
docbot.pl
@@
-1935,7
+1935,8
@@
if (substr($event, 0, 1) eq '_') {
case('irc_isupport') { $print_it = 0; }
case('irc_nick') { $print_it = 0; }
case('autoping') { $print_it = 0; }
- case('autoping') { $print_it = 0; }
+ case('irc_disconnected') { $print_it = 0; }
+ case('irc_cap') { $print_it = 0; }
case('irc_notice') {
if (@$args[0] =~ /^NickServ/) { $print_it = 0; }
if (@$args[0] =~ /^ChanServ/) { $print_it = 0; }