http://git.etherboot.org
/
people
/
stefanha
/
gpxebot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077033e
)
Fix cmds.Who instead of just Who in gpxebot.py
author
Stefan Hajnoczi
<stefanha@gmail.com>
Sun, 28 Jun 2009 16:37:45 +0000
(17:37 +0100)
committer
Stefan Hajnoczi
<stefanha@gmail.com>
Sun, 28 Jun 2009 16:37:45 +0000
(17:37 +0100)
gpxebot.py
patch
|
blob
|
history
diff --git
a/gpxebot.py
b/gpxebot.py
index
45f11a8
..
bc3f122
100755
(executable)
--- a/
gpxebot.py
+++ b/
gpxebot.py
@@
-167,7
+167,7
@@
while not restart:
if cmdfifo in rlist:
words = cmdfifo.readline().strip().split()
- restart = do_response(cmds.do_command(Who(config.NICK, True), config.NICK, config.NICK, words)) or restart
+ restart = do_response(cmds.do_command(
cmds.
Who(config.NICK, True), config.NICK, config.NICK, words)) or restart
cmdfifo.close()