-
Notifications
You must be signed in to change notification settings - Fork 5
Home
This wiki is primarily aimed at scripting information. If you are looking to learn how to use Irssi, try the Usage page. For common scripting tasks, check the Guide page.
It is intended to provide a more comprehensive listing and description of the scripting capabilities of the Irssi IRC Client than is currently available elsewhere. In theory, it should be editable by anyone with a github account, and I encourage users to add further details where possible. Please read the Contributions page for details on how to add additional info.
This wiki started out as my personal attempt to convert the Irssi perl documentation into POD format so it can be linked together. I've since expanded it to include various bits of personal content, clarification, and some examples of things. It is now a wiki, in the hope other people will contribute.
Currently, the best place to get started is by reading the Guide page, or beginning with the Irssi module document which contains much of the scripting functionality and links to other items.
For those who are looking for documentation on Signals, an annotated list is available, or the full automatically extracted list if you're feeling brave.
For the impatient, there are full lists of:
-
A complete dump of all the Perl accessible functions.
-
Note that these do not have their parameters listed.
-
A list of all the abstracts and internal formats.
Anyone interested in hacking on the Irssi internals themselves, or looking to write a loadable module rather than just a script, should have a look at the Internals page.
A good place to get started is by reading the Guide page, which covers a lot of the basics of Irssi scripting with plenty of helpful examples and cookbook style code snippets.
Those looking for the API may with start with the Irssi article, whose namespace contains much of the scripting API, and has links to nearly all of the other objects it refers to.
Another useful starting point is the Class Index, or Main Index.
-
Irssi::UI::Theme -- The class documentation for theme-related functions
-
User Interface Overview -- A more in-depth look at how themes are built and rendered.
For those who are looking for documentation on Signals, an annotated list is available, or the full automatically extracted list if you're feeling brave.
A complete index is also available, although it must be generated off-site, and may not be 100% up to date.
-
Juerd's Scripting Tutorial -- Maybe a little out-of-date now, but still contains a lot of useful information about getting started with scripting.
Much of the content on these pages is taken from original Irssi documentation and is Copyright © 2000-2010 The Irssi project. Formatting and additional documentation, examples, etc by Tom Feist and the other editors of this wiki. This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. Please see http://creativecommons.org/licenses/by-sa/2.5/ for details.