个人工具

UbuntuHelp:psyBNC

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:30的版本 (New page: {{From|https://help.ubuntu.com/community/psyBNC}} {{Languages|php5}} Parent: UbuntuHelp:Software == psyBNC == === Information === psyBNV is an extremely easy to use IRC-bouncer whi...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Parent: UbuntuHelp:Software


psyBNC

Information

psyBNV is an extremely easy to use IRC-bouncer which has many features. Some of these features include ciphering of talk and connections (Blowfish and IDEA), the possibility of linking multiple bouncers to an internal network including a shared partyline, vhost- and relay support to connected bouncers and an extensive online help system. Many other helpful functions are included.

Install & Setup

Getting psyBNC

psyBNC is not in the Ubuntu apt repo's yet so we have to grab the source tarball from the site.

cd 
wget http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz
tar -zxvf psyBNC-2.3.2-7.tar.gz
cd psybnc
</code>

You are now inside the psyBNC directory and ready to start configuring.

==== Configuration ====

Now you can launch an ncurses based menu to configure your bot.
<pre>
make menuconfig
</code>
Take a look at the options and customize your bot till it is the way you like it.
Now go in `Bouncer Config', next set Listening Port and Ip.
Next select `User' Here you will be able to create a user for your bouncer. You must set Ident, Realname and Password, and vhost too.
So return to main menu, and choose exit. When prompted for saving select Yes. 

==== Installation ====

Simply do;
<pre>
make
</code>

==== Running psyBNC ====

<pre>
./psybnc
</code>

Now open your preferred irc client and write:
<pre>
/server host port password
</code>
For example, assuming these are your parameters:

**** Ip  : 82.211.13.24
**** Port  : 43568
**** Pass  : Change_Me 

you must type:
<pre>
/server 82.211.13.24 43568 Change_Me
</code>

''Simple''.

=== Links ===

* [http://www.psybnc.at Home Page]
* [http://gentoo-wiki.com/HOWTO_psyBNC Gentoo HowTo]

----
CategoryDocumentation

[[category:UbuntuHelp]]