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:
4801dd5
)
Update to freenode's new capability mechanism
author
Stefan Hajnoczi
<stefanha@gmail.com>
Sat, 20 Mar 2010 05:16:28 +0000
(
05:16
+0000)
committer
Stefan Hajnoczi
<stefanha@gmail.com>
Sat, 20 Mar 2010 05:16:28 +0000
(
05:16
+0000)
gpxebot.py
patch
|
blob
|
history
diff --git
a/gpxebot.py
b/gpxebot.py
index
bc3f122
..
65c52d7
100755
(executable)
--- a/
gpxebot.py
+++ b/
gpxebot.py
@@
-34,7
+34,7
@@
def autojoin():
# Receive '+' or '-' indicator with every message showing whether the
# sender is identified to nick services. Only identified users may be bot
# operators.
- cmd('CAP
AB IDENTIFY-MSG
')
+ cmd('CAP
REQ :identify-msg
')
return do_response(cmds.readrc_command())