Dusting some modules

This commit is contained in:
nemunaire 2014-07-25 18:02:30 +02:00
commit 5bec50744c
5 changed files with 44 additions and 68 deletions

View file

@ -26,7 +26,7 @@ def load(context):
def cmd_spell(msg):
if len(msg.cmds) < 2:
return Response(msg.sender, "indique une orthographe approximative du mot dont tu veux vérifier l'orthographe.", msg.channel, msg.nick)
raise IRCException("indique une orthographe approximative du mot dont tu veux vérifier l'orthographe.")
lang = "fr"
strRes = list()