summaryrefslogtreecommitdiff
path: root/cs2libera.py
blob: 0fd8b501ad65944b9ca5853d0842f3bc46003602 (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
ip = "irc.libera.chat"
port = 6697
nick = "Elestren"
ident = nick
realname = "git://git.andrewyu.org/ircbots"
identity = "Elestren Ww7Ot9uqpSVuOHPNJ12zHsjoAy7P5ReXpUyL7TyRypkN31l38FjsLob0rLb9J3o8"
debug = True
channels = ["#librespeech"]
prefix = "?"
chandata = {
    "#librespeech": {
        "Lareina!andrew@user/Lareina": {
            "ban",
            "op",
            "autoop",
            "flags",
            "invite",
            "voice",
            "exempt",
            "quiet",
        },
    },
}
chaneww = {"#librespeech": {}}