Denna sida fungerar bättre med Javascript igång.
Startsida
Hjälp
Logga in
ben
/
earwigbot
spegling av
https://github.com/earwig/earwigbot
Bevaka
1
Stjärnmärk
1
Förgrening
0
Kod
Släpp
4
Aktiviteter
Bläddra i källkod
adding an empty secure config file so cloners can get the template
tags/v0.1
Ben Kurtovic
13 år sedan
förälder
b28ccdddfc
incheckning
13246a1ef0
3 ändrade filer
med
11 tillägg
och
2 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitignore
+1
-1
config/irc_config.py
+9
-0
config/secure_config.py
+ 1
- 1
.gitignore
Visa fil
@@ -1,2 +1,2 @@
*.pyc
secure_config.py
#
secure_config.py
+ 1
- 1
config/irc_config.py
Visa fil
@@ -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
Visa fil
@@ -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 = ""
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara