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