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
dropping config/ subdirectory in favor of a single config.xml file, located in the bot's root dir, with encrypted passwords instead of a secure.xml file
tags/v0.1^2
Ben Kurtovic
13 anni fa
parent
13cfffb5c0
commit
c8add512f4
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
.gitignore
+ 2
- 2
.gitignore
Vedi File
@@ -1,8 +1,8 @@
# Ignore python bytecode:
*.pyc
# Ignore bot-specific config file
s
:
config
/
# Ignore bot-specific config file:
config
.xml
# Ignore pydev's nonsense:
.project
Scrivi
Anteprima
Caricamento…
Annulla
Salva