Package Details: irssi-python test3-4

Package Base: irssi-python
Description: Provides Python scripting support for Irssi
Upstream URL: http://irssi.org/
Category: lib
Licenses: GPL2
Submitter: Trashlord
Maintainer: Trashlord
Last Packager: Trashlord
Votes: 4
First Submitted: 2012-11-07 11:54
Last Updated: 2014-11-01 14:32

Latest Comments

Comment by Trashlord

2015-07-22 19:17

Package submitted. Thanks for the reminder.

Comment by pedromj

2015-07-21 10:13

Please submit the package to AUR4.

Comment by Trashlord

2014-11-01 14:34

Updated package to build with 0.8.17 sources. There were some API changes.

Special thanks to Ailin Nemui (Nei on irc.freenode.org #irssi) for contributing the necessary patch.

Comment by Trashlord

2014-06-12 05:33

Updated package to build with 0.8.16 sources.

Comment by Trashlord

2013-02-24 07:58

Remember to restart Irssi after the installation is complete.

Comment by Trashlord

2013-01-21 13:21

I recommend adding "load python" and "py exec import irssi" to the ~/.irssi/startup file.

Then you can /py exec <python stuff> similarly to /script, without having to directly import the irssi module when you run /py exec (since it's already imported on startup).