This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Capitalise replies in !editcount
tags/v0.1^2
Justin Yulli Kim
12 years ago
parent
56c1c08f39
commit
8682c4b631
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/commands/editcount.py
+ 1
- 1
earwigbot/commands/editcount.py
View File
@@ -42,7 +42,7 @@ class Editcount(Command):
try:
count = user.editcount
except exceptions.UserNotFoundError:
msg = "
t
he user \x0302{0}\x0F does not exist."
msg = "
T
he user \x0302{0}\x0F does not exist."
self.reply(data, msg.format(name))
return
Write
Preview
Loading…
Cancel
Save