Parcourir la source

Merge branch 'develop' into feature/statisticsbot

tags/v0.1^2
Ben Kurtovic il y a 12 ans
Parent
révision
ba922b767e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bot/frontend.py

+ 1
- 1
bot/frontend.py Voir le fichier

@@ -65,7 +65,7 @@ def _process_message(line):

if line[1] == "JOIN":
data.nick, data.ident, data.host = sender_regex.findall(line[0])[0]
data.chan = line[2][1:]
data.chan = line[2]
# Check for 'join' hooks in our commands:
commands.check("join", data)



Chargement…
Annuler
Enregistrer