projects
/
docbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82cb4e2
)
- ignore "irc_nick" events in debugging
author
Andreas Scherbaum
<andreas@scherbaum.biz>
Sat, 21 Jan 2012 15:46:54 +0000
(16:46 +0100)
committer
Andreas Scherbaum
<andreas@scherbaum.biz>
Sat, 21 Jan 2012 15:46:54 +0000
(16:46 +0100)
docbot.pl
patch
|
blob
|
blame
|
history
diff --git
a/docbot.pl
b/docbot.pl
index c5b1d4e675c40ea1d6f14311c542b45a46cc57dd..b3ef50fa2c0165b414b0e5880c1d412305737c25 100755
(executable)
--- a/
docbot.pl
+++ b/
docbot.pl
@@
-1783,6
+1783,9
@@
if (substr($event, 0, 1) eq '_') {
if ($event eq "irc_isupport") {
$print_it = 0;
}
+ if ($event eq "irc_nick") {
+ $print_it = 0;
+ }
if ($event eq "irc_notice") {
if (@$args[0] =~ /^NickServ/) {
$print_it = 0;