This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
earwigbot
огледало од
https://github.com/earwig/earwigbot
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
4
Activity
Преглед изворни кода
Split watcher messages at the correct length.
tags/v0.1^2
Ben Kurtovic
пре 12 година
родитељ
a7e243fdfb
комит
d07d5eddcd
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/irc/watcher.py
+ 1
- 1
earwigbot/irc/watcher.py
Прегледај датотеку
@@ -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…
Откажи
Сачувај