This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Split watcher messages at the correct length.
tags/v0.1^2
Ben Kurtovic
12 years ago
parent
a7e243fdfb
commit
d07d5eddcd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/irc/watcher.py
+ 1
- 1
earwigbot/irc/watcher.py
View File
@@ -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
])
Write
Preview
Loading…
Cancel
Save