-
Notifications
You must be signed in to change notification settings - Fork 6
Notes
Tom Feist edited this page Jun 20, 2011
·
2 revisions
- use POD, and have the script process itself to generate help?
- requires the script knowing its own path (Stored in
Irssi::Script
objects) - These are quite hard to come by (
script error
is the only signal providing them) - use normal strings
- use a
__DATA__
segment -- this doesn't appear to actually work. Probably due to how the scripts are parsed and evaluated.
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.