IRCNow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
openbsd:irc:psybnc [2020/07/10 03:14]
gry expanded
openbsd:irc:psybnc [2020/08/05 17:06]
fizi
Line 1: Line 1:
 +Note: you may want to create a new user for psybnc using the '​adduser'​ command? Or use chroot? Clarification should be added here.
 +
 <​code>​ <​code>​
 $ cd ~ $ cd ~
Line 247: Line 249:
 <​code>​ <​code>​
 $ make $ make
 +</​code>​
 +
 +If you get an error of missing libraries after the execution of $make. Then you need to add the required package for it to work properly. ​
 +<​code>​
 +doas pkg_add libcares
 +</​code>​
 +
 +After adding pakage now you can run the below commands.
 +
 +<​code>​
 +$ make
 +</​code>​
 +
 +Running psyBNC
 +<​code>​
 $ ./psybnc $ ./psybnc
 +</​code>​
 +
 +Now open your preferred irc client and write:
 +
 +<​code>​
 +/server host:port password
 +</​code>​
 +
 +For example, assuming these are your parameters:
 +
 +Host/IP : 82.211.13.24
 +Port : 31337
 +Pass : abcdef
 +
 +you must type:
 +
 +<​code>​
 +/server 82.211.13.24:​31337 abcdef
 </​code>​ </​code>​
  
 It is possible then you may wish to see [[openbsd:​rc.d]] to add psybnc to system startup. It is possible then you may wish to see [[openbsd:​rc.d]] to add psybnc to system startup.