이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
ben
/
earwigbot
의 미러
https://github.com/earwig/earwigbot
보기
1
좋아요
1
포크
0
코드
릴리즈
4
활동
소스 검색
moving config information to config/
tags/v0.1
Ben Kurtovic
13 년 전
부모
dbafb29e4d
커밋
b28ccdddfc
4개의 변경된 파일
과
6개의 추가작업
그리고
6개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
actions.py
+2
-2
bot.py
+0
-0
+3
-3
config/irc_config.py
+ 1
- 1
actions.py
파일 보기
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import string, re, subprocess
from config import *
from config
.irc_config
import *
s, send, say, action, notice, join = None, None, None, None, None, None
+ 2
- 2
bot.py
파일 보기
@@ -3,8 +3,8 @@
## Imports
import socket, string, re
from actions import *
from config import *
from secure_config import *
from config
.irc_config
import *
from
config.
secure_config import *
def send(msg): # send a message 'msg' to the server
s.send(msg + "\r\n")
+ 0
- 0
파일 보기
config.py → config/irc_config.py
파일 보기
@@ -1,5 +1,8 @@
# -*- coding: utf-8 -*-
# EarwigBot Configuration File
# This file contains information that the bot uses to connect to IRC.
# our server's hostname
HOST = "irc.freenode.net"
@@ -18,8 +21,5 @@ REALNAME = "[[w:en:User:EarwigBot]]"
# channel to join on startup
CHANS = ["##earwigbot"]
# sleep this number of seconds in between API calls and messages sent to IRC
THROTTLE = 1
# hostnames of users who can update/restart the bot with !update
ADMINS = ["wikipedia/The-Earwig"]
쓰기
미리보기
불러오는 중...
취소
저장