Stability improvements

New module whereis
This commit is contained in:
Némunaire 2012-04-18 23:35:58 +02:00
commit e375f23f71
11 changed files with 284 additions and 111 deletions

4
qd.py
View file

@ -158,10 +158,10 @@ def save_module():
def help_tiny ():
"""Line inserted in the response to the command !help"""
return "!42: display scores\n!42 help: display the performed calculate\n!42 manche: display information about current round\n!42 /who/: show the /who/'s scores"
return "42 game!"
def help_full ():
return "Help for 42 todo"
return "!42: display scores\n!42 help: display the performed calculate\n!42 manche: display information about current round\n!42 /who/: show the /who/'s scores"
def rev (tupl):