Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ihptru committed Dec 27, 2014
1 parent ba2a21b commit 870a6a2
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
.eric5project/
.eric5project*
/__init__.py
.idea/
.idea/*
4 changes: 4 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/orabot.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/scopes/scope_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion commands/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def games(self, user, channel):
games = '@ '+sname.strip().ljust(18)[0:18]+' - '+players.ljust(3)[0:2]+' - '+modinfo(listio[z]['mods'])
self.send_reply( (games), user, channel )
if len(listio) > 3:
self.send_reply( ("I can't give you more then 3 results, but in sum, "+str(len(listio))+" servers match your request."), user, channel )
self.send_reply( ("I can't give you more than 3 results, but in sum, "+str(len(listio))+" servers match your request."), user, channel )
return
y = copyRequired(y, 'state', '1')
if len(y) == 0:
Expand Down
1 change: 1 addition & 0 deletions orabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,3 +682,4 @@ def main():
server_data['do_not_support_commands'])
ircserver_process = multiprocessing.Process(None, ircserver.ircbot, name="IRC Server")
ircserver_process.start()

0 comments on commit 870a6a2

Please sign in to comment.