Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 845 Bytes

README.md

File metadata and controls

46 lines (36 loc) · 845 Bytes

Build Status

FiSH module for irssi

Requirements

  • cmake
  • pkg-config
  • Glib 2.0
  • OpenSSL
  • irssi includes or source code

Build instructions

# cmake .
# make

To run

If you installed the module in the default directory, you just need to run the following command inside irssi to load it:

/load fish

If not, just include the path while loading:

/load /home/username/libfish.so

To load automatically at startup:

echo "load fish" >> /home/username/.irssi/startup

Tested on

  • Linux/x86
  • Linux/sparc
  • OpenBSD/x86
  • OpenBSD/macppc
  • OpenBSD/sgi
  • FreeBSD/x86
  • NetBSD/x86