This repository has been archived by the owner on Jan 3, 2020. It is now read-only.
forked from RITlug/teleirc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.example
54 lines (43 loc) · 2.27 KB
/
env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# See the README for instructions.
###############################################################################
# #
# IRC configuration settings #
# #
###############################################################################
IRC_BLACKLIST=""
IRC_BOT_NAME=teleirc
IRC_CHANNEL=#channel
IRC_SEND_STICKER_EMOJI=true
IRC_PREFIX="<"
IRC_SUFFIX=">"
IRC_SERVER=chat.freenode.net
IRC_NICKSERV_SERVICE=NickServ
IRC_NICKSERV_PASS=""
IRC_EDITED_PREFIX="[EDIT] "
###############################################################################
# #
# Telegram configuration settings #
# #
###############################################################################
TELEIRC_TOKEN=000000000:AAAAAAaAAa2AaAAaoAAAA-a_aaAAaAaaaAA
MAX_MESSAGES_PER_MINUTE=20
SHOW_ACTION_MESSAGE=true
SHOW_JOIN_MESSAGE=false
SHOW_KICK_MESSAGE=true
SHOW_LEAVE_MESSAGE=false
TELEGRAM_CHAT_ID=-0000000000000
################################################################################
# #
# Imgur configuration settings #
# #
###############################################################################
USE_IMGUR_FOR_IMAGES=false
IMGUR_CLIENT_ID=0000000000
###############################################################################
# #
# Misc. required env variables #
# -- not meant for user config, don't touch -- #
# #
###############################################################################
# https://github.com/yagop/node-telegram-bot-api/issues/319#issuecomment-324963294
NTBA_FIX_319=1