Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Bots/mumo/mumo.ini')
-rw-r--r--Bots/mumo/mumo.ini32
1 files changed, 0 insertions, 32 deletions
diff --git a/Bots/mumo/mumo.ini b/Bots/mumo/mumo.ini
deleted file mode 100644
index 82cb974..0000000
--- a/Bots/mumo/mumo.ini
+++ /dev/null
@@ -1,32 +0,0 @@
-[autoaway]
-; Interval in which to check for idle users in seconds (0 = disable auto away)
-interval = 0
-; Time after which a user is considered idle in seconds
-timeout = 3600
-; Should the script mute idle users
-mute = True
-; Should the script mute and deafen idle users (overrides mute)
-deafen = False
-; To which channel should the script move idle users (-1 = disabled)
-channel = -1
-
-[onjoin]
-; Every player will get moved into the channel with this id on connect (-1 = disabled)
-movetochannel = -1
-
-[murmur]
-; ID of the server the script should operate on
-server = 1
-
-; Ice configuration
-[ice]
-host = 127.0.0.1
-port = 6502
-slice = Murmur.ice
-secret =
-
-; Logging configuration
-[log]
-; Available loglevels: 10 = DEBUG (default) | 20 = INFO | 30 = WARNING | 40 = ERROR
-level =
-file = mumo.log \ No newline at end of file