Coder Social home page Coder Social logo

znc's Introduction

It's a ZNC "mode"

MELPA

Aint that exciting?

Quickstart

$ git clone https://github.com/sshirokov/ZNC.el

Make sure the contents of the repo, or just znc.el is on your load-path. Then add this to your init.el or equivalent

;; Install
(require 'znc)

Configure it for your specific instance from within emacs once installed.

M-x customize-group znc RET

alternatively, put this in your init.el/configuration file..

(require 'znc)
(setq znc-servers
    '(("example.com" PORT# t
      ((NETWORK-SLUG "USERNAME" "PASSWORD")
       (NETWORK-SLUG "USERNAME" "PASSWORD"))
)))

where example.com is your ZNC bouncer address/hostname and PORT# is the port # that the bouncer is listening on. NETWORK-SLUG would be freenode or whatever you defined in your znc as the network name. USERNAME and PASSWORD are the username and password you authenticate to ZNC with.

Engage! It'll prompt you for a configured server, or tell you to configure one

M-x znc-erc

Or you can make a giant sweep and connect to freaking everything

M-x znc-all

Usage notes

/reconnect will recycle the hell out of the server buffer.

By default, when you kill a channel buffer instead of /parting from the channel, you will /detach from it. This is customizable.

You can also get ZNC.el from the MELPA ELPA repository. See https://melpa.org/#/getting-started for instructions on using it.

znc's People

Contributors

sshirokov avatar hasimir avatar skalnik avatar ozanmakes avatar purcell avatar vincentbernat avatar birlorg avatar bmansurov avatar

Stargazers

Loty Gero avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.