home
·
contact
·
privacy
projects
/
plomlombot-irc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822065c
)
Fix previous fix.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 5 Jun 2016 16:45:01 +0000
(18:45 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 5 Jun 2016 16:45:01 +0000
(18:45 +0200)
plomlombot.py
patch
|
blob
|
history
diff --git
a/plomlombot.py
b/plomlombot.py
index ac78be9fa88d967fd5e71b6cbd37bfa710c17787..4c44cf4a525d2c7955af0f38cd08aa795b0c729c 100755
(executable)
--- a/
plomlombot.py
+++ b/
plomlombot.py
@@
-488,7
+488,7
@@
class Session:
notice("maximum number of urls to parse per message "
"reached")
break
- if "!" == msg[0] and len(
tokens
) > 1:
+ if "!" == msg[0] and len(
msg
) > 1:
tokens = msg[1:].split()
argument = str.join(" ", tokens[1:])
handle_command(tokens[0], argument, notice, target, self)