이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
ben
/
earwigbot
의 미러
https://github.com/earwig/earwigbot
보기
1
좋아요
1
포크
0
코드
릴리즈
4
활동
소스 검색
adding an empty secure config file so cloners can get the template
tags/v0.1
Ben Kurtovic
13 년 전
부모
b28ccdddfc
커밋
13246a1ef0
3개의 변경된 파일
과
11개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
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
파일 보기
@@ -1,2 +1,2 @@
*.pyc
secure_config.py
#
secure_config.py
+ 1
- 1
config/irc_config.py
파일 보기
@@ -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
파일 보기
@@ -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 = ""
쓰기
미리보기
불러오는 중...
취소
저장