Explorar el Código

Split watcher messages at the correct length.

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

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

@@ -122,4 +122,4 @@ class Watcher(IRCConnection):
if chans and frontend and not frontend.is_stopped():
pretty = rc.prettify()
for chan in chans:
frontend.say(chan, pretty[:500 - len(chan)])
frontend.say(chan, pretty[:400])

Cargando…
Cancelar
Guardar