个人工具

“UbuntuHelp:psyBNC”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(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...)
 
第20行: 第20行:
 
tar -zxvf psyBNC-2.3.2-7.tar.gz
 
tar -zxvf psyBNC-2.3.2-7.tar.gz
 
cd psybnc
 
cd psybnc
</nowiki></code>
+
</nowiki></pre>
  
 
You are now inside the psyBNC directory and ready to start configuring.
 
You are now inside the psyBNC directory and ready to start configuring.
第29行: 第29行:
 
<pre><nowiki>
 
<pre><nowiki>
 
make menuconfig
 
make menuconfig
</nowiki></code>
+
</nowiki></pre>
 
Take a look at the options and customize your bot till it is the way you like it.
 
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.
 
Now go in `Bouncer Config', next set Listening Port and Ip.
第40行: 第40行:
 
<pre><nowiki>
 
<pre><nowiki>
 
make
 
make
</nowiki></code>
+
</nowiki></pre>
  
 
==== Running psyBNC ====
 
==== Running psyBNC ====
第46行: 第46行:
 
<pre><nowiki>
 
<pre><nowiki>
 
./psybnc
 
./psybnc
</nowiki></code>
+
</nowiki></pre>
  
 
Now open your preferred irc client and write:
 
Now open your preferred irc client and write:
 
<pre><nowiki>
 
<pre><nowiki>
 
/server host port password
 
/server host port password
</nowiki></code>
+
</nowiki></pre>
 
For example, assuming these are your parameters:
 
For example, assuming these are your parameters:
  
第61行: 第61行:
 
<pre><nowiki>
 
<pre><nowiki>
 
/server 82.211.13.24 43568 Change_Me
 
/server 82.211.13.24 43568 Change_Me
</nowiki></code>
+
</nowiki></pre>
  
 
''Simple''.
 
''Simple''.

2007年5月13日 (日) 12:40的版本

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

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.

make menuconfig

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;

make

Running psyBNC

./psybnc

Now open your preferred irc client and write:

/server host port password

For example, assuming these are your parameters:

        • Ip  : 82.211.13.24
        • Port  : 43568
        • Pass  : Change_Me

you must type:

/server 82.211.13.24 43568 Change_Me

Simple.

Links


CategoryDocumentation