Navigation Menu

Skip to content

hugopeixoto/FiSH-irssi

 
 

Repository files navigation

FiSH module for irssi

You will need to edit your blow.ini manually if you want to continue using it.
Just prefix the servertag and a ":" to the target, for example:

[#l33tchan]  
key=+OK awrps/takkv.

Needs to be changed to:

[PTNet:#l33tchan]  
key=+OK awrps/takkv.

Also, some commands now allow to define the network.

/setkey [-<server tag >] [<nick | #channel>] <key>
/delkey [-<server tag>] [<nick | #channel>]
</key | /showkey> [-<server tag>] [<nick | #channel>]

Requirements

Build instructions

First download the irssi source code and extract it, for example /home/jacinto/irssi-0.8.15.
Now enter the FiSH-irssi directory and run the following combo.

# ./regen.sh
# ./configure --with-irssi-source=/home/jacinto/irssi-0.8.15
# make
# sudo cp src/.libs/libfish.so /usr/lib/irssi/modules

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/jacinto/libfish.so

Tested on

  • Linux/x86
  • OpenBSD/x86
  • OpenBSD/macppc
  • FreeBSD/x86
  • NetBSD/x86
  • OpenBSD/sgi (Big Endian - mips)

BUGS

  • Some crashes when the terminal is set to UTF-8 and irssi recode is enabled

About

irssi FiSH plugin using GMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • Perl 1.2%
  • Other 1.7%