summaryrefslogtreecommitdiff
path: root/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'commands.py')
-rw-r--r--commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.py b/commands.py
index fa42b7f..c9525db 100644
--- a/commands.py
+++ b/commands.py
@@ -13,7 +13,7 @@ class Commands(object):
if userexist(cmd[2]) == True: raise PersonalError('questo nome utente esiste giĆ ')
- if len(cmd) > ListCommands.info['set'][1]: raise PersonalError(Colors.grey + 'set user' + Colors.red + ' accetta 1 parametri')
+ if len(cmd) > ListCommands.info['set'][1]: raise PersonalError(Colors.grey + 'set user' + Colors.red + ' accetta 1 parametro')
if self.user != '': r.zrem('usersname', self.user)