git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df844ec
)
Fixed error when failing to parse a server name.
author
CMDR furrycat
<elite@furrycat.net>
Thu, 2 Mar 2017 10:29:04 +0000
(10:29 +0000)
committer
CMDR furrycat
<elite@furrycat.net>
Thu, 2 Mar 2017 10:29:04 +0000
(10:29 +0000)
plugin/admin/admin.py
patch
|
blob
|
history
diff --git
a/plugin/admin/admin.py
b/plugin/admin/admin.py
index
24a47de
..
9fa84f1
100644
(file)
--- a/
plugin/admin/admin.py
+++ b/
plugin/admin/admin.py
@@
-164,7
+164,7
@@
class Admin(object):
server = bot.parse_server(where)
if server is None:
- await bot.say(message.channel, '{}?'.format(
server
))
+ await bot.say(message.channel, '{}?'.format(
where
))
return
parsed = bot.parse_mention(who, message.author)