summaryrefslogtreecommitdiff
path: root/ts6config.example.py
blob: 2a3e07f0202de8e713e209b3beed05d825da4759 (plain) (blame)
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
# configuration file


class server:
    sid = "12A"
    capabilities = "QS ENCAP EX IE CHW KNOCK SAVE EUID SERVICES RSFNC BAN CLUSTER ECHO EOPMOD EUID KLN MLOCK SAVE SERVICES TB UNKLN"
    name = "spec.irc.andrewyu.org"
    hopcount = "0"
    description = "Special Services"
    send_password = ""


class connection:
    host = "irc.andrewyu.org"
    port = 6666


class uplink:
    name = "irc.andrewyu.org"
    recv_password = ""


class logging:
    channel = "#services"
    flooders = "-b"
    debug = "+d"
    kill = "+k"
    generic = "+s"


class SigServ:
    nick = "SigServ"
    ip = "0.0.0.0"
    ident = "SigServ"
    host = "spec.irc.andrewyu.org"
    gecos = "Signal Services"
    channels = ["#idc", "#LibreIRC", "#spam"]
    flood_life = 60
    flood_permit = 31
    flood_ban = 120
    flood_msg = "No floods"