Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
earwigbot
mirror da
https://github.com/earwig/earwigbot
Segui
1
Vota
1
Forka
0
Codice
Rilasci
4
Attività
Sfoglia il codice sorgente
Split watcher messages at the correct length.
tags/v0.1^2
Ben Kurtovic
12 anni fa
parent
a7e243fdfb
commit
d07d5eddcd
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
earwigbot/irc/watcher.py
+ 1
- 1
earwigbot/irc/watcher.py
Vedi 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
])
Scrivi
Anteprima
Caricamento…
Annulla
Salva