Skip to content

Instantly share code, notes, and snippets.

@ar5had
Created May 18, 2017 22:05
Show Gist options
  • Save ar5had/0e424e7b7f67bb4e1018e2d963a8d42f to your computer and use it in GitHub Desktop.
Save ar5had/0e424e7b7f67bb4e1018e2d963a8d42f to your computer and use it in GitHub Desktop.

Revisions

  1. ar5had created this gist May 18, 2017.
    37 changes: 37 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    / 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 = 6000
    IPv4 = true
    IPv6 = true
    SSL = true
    </Listener>
    LoadModule = webadmin

    <User arshdkhn1>
    Admin = true
    Nick = arshad
    AltNick = arshad_
    Ident = arshdkhn1
    RealName = Arshad Khan
    BindHost = asd
    LoadModule = chansaver
    LoadModule = controlpanel

    <Network Moznet>
    LoadModule = simple_away
    Server = irc.mozilla.org +6697

    <Chan #calendar>
    </Chan>
    </Network>
    </User>