Ubuntu Pastebin

Paste from zaki at Mon, 1 Aug 2016 12:41:28 +0000

Download as text
 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
// WARNING
//
// Do NOT edit this file while ZNC is running!
// Use webadmin or *controlpanel instead.
//
// Altering this file by hand will forfeit all support.
//
// But if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.
// Also check http://en.znc.in/wiki/Configuration

Version = 1.6.3
<Listener l>
        Port = 6844
        IPv4 = true
        IPv6 = true
        SSL = false
</Listener>
LoadModule = webadmin

<User scorpion>
        Pass       = sha256#07abc4a852f7f271ee03fa082aaae51f71c8cd358a098ea369d8929866134ed5#n,Nq6qxFRp/5-xuR;!bT#
        Admin      = true
        Nick       = z4ki
        AltNick    = z4ki_
        Ident      = scorpion
        RealName   = Zaki Chowdhury
        LoadModule = chansaver
        LoadModule = controlpanel

        <Network ubuntu-bd>
                LoadModule = simple_away
                Server     = chat.freenode.net 6844
        </Network>
</User>
Download as text