Skip to content
Extraits de code Groupes Projets
Valider 4ca48669 rédigé par Loris TICHADOU's avatar Loris TICHADOU
Parcourir les fichiers

Update nardco.py

parent a8a457f3
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -245,7 +245,7 @@ class Boooob(ircbot.SingleServerIRCBot): ...@@ -245,7 +245,7 @@ class Boooob(ircbot.SingleServerIRCBot):
serv.privmsg(canal, "snap ! ") serv.privmsg(canal, "snap ! ")
cleanlist = [] cleanlist = []
for f in liste : for f in liste :
if f[0] in ["~", "&", "@", "%", "+"] and 'nardco' not in f : : if f[0] in ["~", "&", "@", "%", "+"] and 'nardco' not in f :
cleanlist.append(f[1:] + "|") cleanlist.append(f[1:] + "|")
elif 'nardco' not in f : elif 'nardco' not in f :
cleanlist.append(f + "|") cleanlist.append(f + "|")
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter