Pages

Pages

Friday, January 25, 2013

ZNC IRC Network bouncer Debian

ZNC is an IRC network bouncer
ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC. It supports SSL secured connections and IPv6.
ZNC is written in C++ and licensed under the GNU General Public License.

  1. Upload Script to your root Server
  2. chmod 0777 scriptname.sh
  3. ./scriptname.sh
  4. Conf it
  5. Have pfun

#!/bin/bash

# by cr4shyyy Auto ZNC IRC Network bouncer

aptitude install znc
echo Add znc as User
read -p "Press any key to start ..."

sudo useradd -m -G users -s /bin/bash znc
passwd znc

read -p "Press any key to start Znc Makeconf ..."
sudo -u znc -H sh -c "znc --makeconf" 

No comments:

Post a Comment