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
openbsd:irc:psybnc [2020/07/29 01:19]
jrmu
openbsd:irc:psybnc [2020/08/05 17:28] (current)
fizi
Line 249: Line 249:
 <​code>​ <​code>​
 $ make $ make
 +</​code>​
 +After running $make command , if you get this message....
 +
 +System: OpenBSD
 +DNS Library (c-ares): Not Available
 +
 +Your system does not appear to have the c-ares liberary installed. This library is required for psyBNC to do DNS lookups (as of version 2.4)
 +
 +Then you need to add this package prior to run $ make command.
 +
 +<​code>​
 +doas pkg_add libcares
 +</​code>​
 +
 +After adding the package 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.