Dusting some modules
This commit is contained in:
parent
495c1f0efa
commit
5bec50744c
5 changed files with 44 additions and 68 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue