forked from SFTtech/sftmumblebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsftbot.conf.default
More file actions
40 lines (30 loc) · 1.36 KB
/
sftbot.conf.default
File metadata and controls
40 lines (30 loc) · 1.36 KB
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
# this is the default config file for the sftbot.
#
[general]
# this currently contains nothing becauso everything is moved in subsections.
[mumble]
server=yourmother.com
port=64738 ; this is mumble-standard
nickname=Text-Bridge ; nickname of the bot in mumble
channel=channelname ; name of the channel to join
password=orleaveitempty ; password for joining mumble server
tokens=lol rofl gschicht ; tokens seperated by spaces
loglevel=1 ; this determines how many logs about mumble are displayed on the console
[irc]
server=yourfather.com
port=6667 ; this is irc-standard
nickname=Text-Bridge
password= ; empty for no password
channel=channelname
encoding=utf-8
loglevel=1 ; this determines how many logs about irc are displayed on the console
# this contains a list of all currently existing plugins
# in the "plugin" subfolder.
# A Plugin will be activated in the program if its value here is "True"
# Its not activated if its value is anything else (including empty or whitespaces)
# If you're not interested at all, leave the predefined values,
# the're chosen wisely.
[plugins]
hello = True ; experimental plugin, says hello when invoked by !hello
insult = True ; insults users with !insult
mumbleusers = True ; !mumbleusers tells you the current logged in users in mumbel