generated from Nemesis/Exemple
strip pour ajouter des quotes
This commit is contained in:
parent
e9a87536df
commit
aca8519ab3
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ def quote(room,event):
|
||||||
if (len(args) > 3 and args[0] == "add"):
|
if (len(args) > 3 and args[0] == "add"):
|
||||||
#ajoute une quote
|
#ajoute une quote
|
||||||
args.pop(0)
|
args.pop(0)
|
||||||
submit = " ".join(args).split(":")
|
submit = " ".join(args).split(":").strip()
|
||||||
if (len(submit) > 1):
|
if (len(submit) > 1):
|
||||||
# Ajout de la citation
|
# Ajout de la citation
|
||||||
nick = submit[0]
|
nick = submit[0]
|
||||||
|
|
Loading…
Reference in a new issue