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
restructuring everything for unit tests, etc; bot doesn't work anymore, but I'll fix that in a bit
tags/v0.1^2
Ben Kurtovic
há 13 anos
ascendente
15001bf513
cometimento
68af0e796f
49 ficheiros alterados
com
1 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
+0
-0
bot/__init__.py
+0
-0
bot/blowfish.py
+1
-0
bot/classes/__init__.py
+0
-0
bot/classes/base_command.py
+0
-0
bot/classes/base_task.py
+0
-0
bot/classes/connection.py
+0
-0
bot/classes/data.py
+0
-0
bot/classes/rc.py
+0
-0
bot/commands/__init__.py
+0
-0
bot/commands/_old.py
+0
-0
bot/commands/afc_report.py
+0
-0
bot/commands/afc_status.py
+0
-0
bot/commands/calc.py
+0
-0
bot/commands/chanops.py
+0
-0
bot/commands/crypt.py
+0
-0
bot/commands/git.py
+0
-0
bot/commands/help.py
+0
-0
bot/commands/link.py
+0
-0
bot/commands/remind.py
+0
-0
bot/commands/rights.py
+0
-0
bot/commands/tasks.py
+0
-0
bot/commands/test.py
+0
-0
bot/config.py
+0
-0
bot/frontend.py
+0
-0
bot/main.py
+0
-0
bot/tasks/__init__.py
+0
-0
bot/tasks/afc_catdelink.py
+0
-0
bot/tasks/afc_copyvios.py
+0
-0
bot/tasks/afc_dailycats.py
+0
-0
bot/tasks/afc_statistics.py
+0
-0
bot/tasks/afc_undated.py
+0
-0
bot/tasks/blptag.py
+0
-0
bot/tasks/feed_dailycats.py
+0
-0
bot/tasks/wrongmime.py
+0
-0
bot/watcher.py
+0
-0
bot/watcher_logic.py
+0
-0
bot/wiki/__init__.py
+0
-0
bot/wiki/category.py
+0
-0
bot/wiki/constants.py
+0
-0
bot/wiki/exceptions.py
+0
-0
bot/wiki/functions.py
+0
-0
bot/wiki/page.py
+0
-0
bot/wiki/site.py
+0
-0
bot/wiki/user.py
+0
-0
+0
-0
+0
-0
+0
-0
+0
-0
core/__init__.py → bot/__init__.py
Ver ficheiro
lib/blowfish.py → bot/blowfish.py
Ver ficheiro
irc/classes/__init__.py → bot/classes/__init__.py
Ver ficheiro
@@ -1,4 +1,5 @@
from base_command import *
from base_task import *
from connection import *
from data import *
from rc import *
irc/classes/base_command.py → bot/classes/base_command.py
Ver ficheiro
wiki/base_task.py → bot/classes/base_task.py
Ver ficheiro
irc/classes/connection.py → bot/classes/connection.py
Ver ficheiro
irc/classes/data.py → bot/classes/data.py
Ver ficheiro
irc/classes/rc.py → bot/classes/rc.py
Ver ficheiro
irc/command_handler.py → bot/commands/__init__.py
Ver ficheiro
irc/commands/_old.py → bot/commands/_old.py
Ver ficheiro
irc/commands/afc_report.py → bot/commands/afc_report.py
Ver ficheiro
irc/commands/afc_status.py → bot/commands/afc_status.py
Ver ficheiro
irc/commands/calc.py → bot/commands/calc.py
Ver ficheiro
irc/commands/chanops.py → bot/commands/chanops.py
Ver ficheiro
irc/commands/crypt.py → bot/commands/crypt.py
Ver ficheiro
irc/commands/git.py → bot/commands/git.py
Ver ficheiro
irc/commands/help.py → bot/commands/help.py
Ver ficheiro
irc/commands/link.py → bot/commands/link.py
Ver ficheiro
irc/commands/remind.py → bot/commands/remind.py
Ver ficheiro
irc/commands/rights.py → bot/commands/rights.py
Ver ficheiro
irc/commands/tasks.py → bot/commands/tasks.py
Ver ficheiro
irc/commands/test.py → bot/commands/test.py
Ver ficheiro
core/config.py → bot/config.py
Ver ficheiro
irc/frontend.py → bot/frontend.py
Ver ficheiro
core/main.py → bot/main.py
Ver ficheiro
wiki/task_manager.py → bot/tasks/__init__.py
Ver ficheiro
wiki/tasks/afc_catdelink.py → bot/tasks/afc_catdelink.py
Ver ficheiro
wiki/tasks/afc_copyvios.py → bot/tasks/afc_copyvios.py
Ver ficheiro
wiki/tasks/afc_dailycats.py → bot/tasks/afc_dailycats.py
Ver ficheiro
wiki/tasks/afc_statistics.py → bot/tasks/afc_statistics.py
Ver ficheiro
wiki/tasks/afc_undated.py → bot/tasks/afc_undated.py
Ver ficheiro
wiki/tasks/blptag.py → bot/tasks/blptag.py
Ver ficheiro
wiki/tasks/feed_dailycats.py → bot/tasks/feed_dailycats.py
Ver ficheiro
wiki/tasks/wrongmime.py → bot/tasks/wrongmime.py
Ver ficheiro
irc/watcher.py → bot/watcher.py
Ver ficheiro
irc/watcher_logic.py → bot/watcher_logic.py
Ver ficheiro
wiki/tools/__init__.py → bot/wiki/__init__.py
Ver ficheiro
wiki/tools/category.py → bot/wiki/category.py
Ver ficheiro
wiki/tools/constants.py → bot/wiki/constants.py
Ver ficheiro
wiki/tools/exceptions.py → bot/wiki/exceptions.py
Ver ficheiro
wiki/tools/functions.py → bot/wiki/functions.py
Ver ficheiro
wiki/tools/page.py → bot/wiki/page.py
Ver ficheiro
wiki/tools/site.py → bot/wiki/site.py
Ver ficheiro
wiki/tools/user.py → bot/wiki/user.py
Ver ficheiro
+ 0
- 0
Ver ficheiro
+ 0
- 0
Ver ficheiro
+ 0
- 0
Ver ficheiro
+ 0
- 0
Ver ficheiro
+ 0
- 0
Ver ficheiro
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar