bip_irc_proxy
This is an old revision of the document!
irssi 실행 /connect web.suapapa.net 7778 /quote pass suapapa:896351:hanirc
vi /etc/default/bip 편집 /etc/init.d/bip restart
$ bipmkpw Password: 043a4492fc5949f3457459345834b23490aa7a7a9740
설정파일 편집
ip = "0.0.0.0";
port = 7778;
client_side_ssl = false;
log_level = 3;
pid_file="/var/run/bip/bip.pid";
log_root = "/var/log/bip/";
#backlog = true; # enable backlog
backlog_lines = 10; # number of lines in backlog, 0 means no limit
backlog_always = true; # backlog even lines already backlogged
# Network definition, a name and server info
network {
name = "hanirc";
server { host = "purple.hanirc.org"; port = 8080; };
};
network {
name = "ozing";
server { host = "irc.ozinger.org"; port = 8080; };
};
user {
name = "suapapa";
password = "04ea4e96fce99e9fc7499c8cb23490aa7a7a9740";
ssl_check_mode = "none";
# These will be the default for each connections
default_nick = "suapapa_bip";
default_user = "bip";
default_realname = "suapapa on bip";
connection {
name = "hanirc"; # used by bip only
network = "hanirc"; # which ircnet to connect to
# Autojoined channels:
channel { name = "#soojung"; };
channel { name = "#gimp"; };
channel { name = "#parkoz"; };
channel { name = "#perky"; };
channel { name = "#vim"; };
channel { name = "#ubuntu"; };
channel { name = "#gnome"; };
};
};
bip_irc_proxy.1257916687.txt.gz · Last modified: 2013/08/03 05:04 (external edit)