Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
ben
/
earwigbot
kopie van
https://github.com/earwig/earwigbot
Volgen
1
Ster
1
Vork
0
Code
Publicaties
4
Activiteit
Bladeren bron
adding an empty secure config file so cloners can get the template
tags/v0.1
Ben Kurtovic
13 jaren geleden
bovenliggende
b28ccdddfc
commit
13246a1ef0
3 gewijzigde bestanden
met
toevoegingen van 11
en
2 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
.gitignore
+1
-1
config/irc_config.py
+9
-0
config/secure_config.py
+ 1
- 1
.gitignore
Bestand weergeven
@@ -1,2 +1,2 @@
*.pyc
secure_config.py
#
secure_config.py
+ 1
- 1
config/irc_config.py
Bestand weergeven
@@ -22,4 +22,4 @@ REALNAME = "[[w:en:User:EarwigBot]]"
CHANS = ["##earwigbot"]
# hostnames of users who can update/restart the bot with !update
ADMINS = ["wikipedia/The-Earwig"]
ADMINS = ["wikipedia/The-Earwig"]
+ 9
- 0
config/secure_config.py
Bestand weergeven
@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
# EarwigBot Configuration File
# This file contains information that should be kept hidden, including passwords.
# IRC: identify ourselves to NickServ?
NS_AUTH = False
NS_USER = ""
NS_PASS = ""
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan