diff --git a/nardco.py b/nardco.py index 2ce3b21cbc76a8a4ef82a19e348c56d13e80d381..47c7254b49baeb00376888a327209095de182e9c 100755 --- a/nardco.py +++ b/nardco.py @@ -268,16 +268,16 @@ class Boooob(ircbot.SingleServerIRCBot): if not is_l_heure_de_manger() and should_ban(message): serv.privmsg(canal, "PUTAIN ON A DIT NON") - if "di" in message : - splt = message.split('di') - messages = [] - if len(splt) > 1 : - for f in range(len(splt[1:])) : - messages.append('di'.join(splt[f+1:])) - - for f in messages : - serv.privmsg(canal, f) - time.sleep(100) + # if "di" in message : + # splt = message.split('di') + # messages = [] + # if len(splt) > 1 : + # for f in range(len(splt[1:])) : + # messages.append('di'.join(splt[f+1:])) + # + # for f in messages : + # serv.privmsg(canal, f) + # time.sleep(100) # REDDIT // A COMPLETER elif isCommande(message):