Explorar el Código

.lower() on my_nick

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
772fcf4836
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/irc/data.py

+ 1
- 1
earwigbot/irc/data.py Ver fichero

@@ -29,7 +29,7 @@ class Data(object):

def __init__(self, bot, my_nick, line, msgtype):
self._bot = bot
self._my_nick = my_nick
self._my_nick = my_nick.lower()
self._line = line

self._is_private = self._is_command = False


Cargando…
Cancelar
Guardar