Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
ben
/
earwigbot
peilaus alkaen
https://github.com/earwig/earwigbot
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Julkaisut
4
Toiminta
Selaa lähdekoodia
Split watcher messages at the correct length.
tags/v0.1^2
Ben Kurtovic
12 vuotta sitten
vanhempi
a7e243fdfb
commit
d07d5eddcd
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/irc/watcher.py
+ 1
- 1
earwigbot/irc/watcher.py
Näytä tiedosto
@@ -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
])
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna