1
0
Fork
You've already forked irssi-python
0
forked from irssi/irssi-python
[personal fork] Python plug-in for Irssi
  • C 93.1%
  • Python 3.4%
  • M4 2.5%
  • Makefile 0.7%
  • Awk 0.3%
ailin-nemui 8d55f305df
Merge pull request #8 from terminaldweller/py3
updated the example scripts for python3
2023年08月18日 15:57:52 +02:00
docs scripts and README 2006年08月27日 23:36:58 +00:00
m4 slight build system updates to auto* recommendations 2016年01月13日 16:01:27 +01:00
scripts updated the example scripts for python3, exclusively changing the print syntax from python2 to python3, along with changing some strings to byte 2023年08月17日 09:50:26 +03:30
src dec some more references 2023年05月12日 21:29:52 +02:00
.gitignore Add a .gitignore file 2023年04月13日 19:35:58 +02:00
AUTHORS adding autotool stuff 2006年08月14日 04:45:46 +00:00
ChangeLog scripts and README 2006年08月27日 23:36:58 +00:00
classes.txt Began work on signal handler/map system. It seems to be working; 2006年06月23日 03:51:52 +00:00
configure.ac Make the build handle the file pysigmap.h automatically 2023年04月13日 19:28:47 +02:00
COPYING adding autotool stuff 2006年08月14日 04:45:46 +00:00
INSTALL Update INSTALL instructions 2023年04月13日 19:29:54 +02:00
Makefile.am slight build system updates to auto* recommendations 2016年01月13日 16:01:27 +01:00
NEWS news 2007年02月28日 11:12:15 +00:00
README scripts and README 2006年08月27日 23:36:58 +00:00
TODO test2 2006年08月17日 02:24:45 +00:00

irssi-python test3
irssi-python embeds Python into an Irssi module, providing most of the
functionality of the Perl wrapper to Python scripts using a similar interface.
Read INSTALL for setup instructions.
Currently, all of the objects and functions are accessible through the irssi
module. See docs/irssi-python.html for a listing. Basic docs are also available
online in Irssi, as well. Use the /py exec command to send commands to the Python
interpreter while in Irssi. 
This will print help for the Window object:
 /py exec import irssi
 /py exec help(irssi.Window)
Other commands:
 /py load load a Python script
 /py unload unload a Python script
 /py list list loaded scripts