Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
earwigbot
espelho de
https://github.com/earwig/earwigbot
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
4
Trabalho
Ver a proveniência
ignore maxlag on IRC commands, because these are started explicitly by users
tags/v0.1^2
Ben Kurtovic
há 13 anos
ascendente
8dc023fcac
cometimento
953527e473
3 ficheiros alterados
com
3 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
bot/commands/afc_report.py
+1
-0
bot/commands/afc_status.py
+1
-0
bot/commands/rights.py
+ 1
- 0
bot/commands/afc_report.py
Ver ficheiro
@@ -11,6 +11,7 @@ class Command(BaseCommand):
def process(self, data):
self.site = wiki.get_site()
self.site._maxlag = None
self.data = data
if not data.args:
+ 1
- 0
bot/commands/afc_status.py
Ver ficheiro
@@ -27,6 +27,7 @@ class Command(BaseCommand):
def process(self, data):
self.site = wiki.get_site()
self.site._maxlag = None
if data.line[1] == "JOIN":
notice = self.get_join_notice()
+ 1
- 0
bot/commands/rights.py
Ver ficheiro
@@ -20,6 +20,7 @@ class Command(BaseCommand):
username = ' '.join(data.args)
site = wiki.get_site()
site._maxlag = None
user = site.get_user(username)
try:
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar