Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
earwigbot
miroir de
https://github.com/earwig/earwigbot
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
4
Activité
Parcourir la source
Split watcher messages at the correct length.
tags/v0.1^2
Ben Kurtovic
il y a 12 ans
Parent
a7e243fdfb
révision
d07d5eddcd
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
earwigbot/irc/watcher.py
+ 1
- 1
earwigbot/irc/watcher.py
Voir le fichier
@@ -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
])
Écrire
Aperçu
Chargement…
Annuler
Enregistrer