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
ignore maxlag on IRC commands, because these are started explicitly by users
tags/v0.1^2
Ben Kurtovic
13 anni fa
parent
8dc023fcac
commit
953527e473
3 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file 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
Vedi File
@@ -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
Vedi File
@@ -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
Vedi File
@@ -20,6 +20,7 @@ class Command(BaseCommand):
username = ' '.join(data.args)
site = wiki.get_site()
site._maxlag = None
user = site.get_user(username)
try:
Scrivi
Anteprima
Caricamento…
Annulla
Salva