⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Bip
All Projects
Bip
Overview
Activity
Roadmap
Issues
News
Wiki
Files
Repository
Download (1.8 KB)
Bug #238
» bip.conf
configuration -
Bojan Rajkovic
, 2011-08-07 00:01
ip
=
"0.0.0.0"
;
port
=
6667
;
client_side_ssl
=
true
;
client_side_ssl_pem
=
"/home/brajkovic/.bip/coderinserepeat.pem"
;
log
=
true
;
log_level
=
3
;
network
{
name
=
"Foonetic"
;
ssl
=
true
;
server
{
host
=
"irc.foonetic.net"
;
port
=
6697
;
};
};
network
{
name
=
"Freenode"
;
ssl
=
true
;
server
{
host
=
"irc.freenode.org"
;
port
=
6697
;
};
};
network
{
name
=
"GNOME"
;
ssl
=
false
;
server
{
host
=
"irc.gnome.org"
;
port
=
6667
;
};
};
network
{
name
=
"TVTorrents"
;
ssl
=
false
;
server
{
host
=
"irc.tvtorrents.com"
;
port
=
6667
;
};
};
network
{
name
=
"EFNet"
;
ssl
=
false
;
server
{
host
=
"irc.choopa.net"
;
port
=
6667
;
};
};
user
{
name
=
"SeveredCross"
;
admin
=
true
;
password
=
"removed"
;
bip_use_notice
=
true
;
ssl_check_mode
=
"none"
;
default_nick
=
"SeveredCross"
;
default_user
=
"Ghost"
;
default_realname
=
"B.R."
;
backlog
=
true
;
backlog_lines
=
0
;
backlog_always
=
true
;
backlog_no_timestamp
=
false
;
backlog_reset_on_talk
=
true
;
backlog_reset_connection
=
true
;
backlog_msg_only
=
true
;
connection
{
on_connect_send
=
"PRIVMSG NickServ :IDENTIFY removed"
;
name
=
"foonetic"
;
network
=
"Foonetic"
;
no_client_away_msg
=
"Client disconnected."
;
};
connection
{
on_connect_send
=
"PRIVMSG NickServ :IDENTIFY removed"
;
name
=
"freenode"
;
network
=
"Freenode"
;
no_client_away_msg
=
"Client disconnected."
;
nick
=
"brajkovic"
;
};
connection
{
name
=
"gnome"
;
network
=
"GNOME"
;
no_client_away_msg
=
"Client disconnected."
;
nick
=
"brajkovic"
;
};
connection
{
on_connect_send
=
"PRIVMSG NickServ :IDENTIFY removed"
;
name
=
"tvt"
;
network
=
"TVTorrents"
;
no_client_away_msg
=
"Client disconnected."
;
};
connection
{
nick
=
"Severed"
;
name
=
"efnet"
;
network
=
"EFNet"
;
no_client_away_msg
=
"Client disconnected."
;
};
};
« Previous
1
2
Next »
(1-1/2)
Loading...