소스 검색

set standard nick and on-connect channel joins

tags/v0.1
Ben Kurtovic 13 년 전
부모
커밋
f6cea494b0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      config/irc_config.py

+ 2
- 2
config/irc_config.py 파일 보기

@@ -10,7 +10,7 @@ HOST = "irc.freenode.net"
PORT = 6667

# our nick
NICK = "EarwigBot|2"
NICK = "EarwigBot"

# our ident
IDENT = "earwigbot"
@@ -19,7 +19,7 @@ IDENT = "earwigbot"
REALNAME = "[[w:en:User:EarwigBot]]"

# channel to join on startup
CHANS = ["##earwigbot"]
CHANS = ["##earwigbot", "##earwig", "#wikipedia-en-afc"]

# hostnames of users who can update/restart the bot with !update
ADMINS = ["wikipedia/The-Earwig"]

불러오는 중...
취소
저장