diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-24 16:31:04 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-24 16:31:04 +0000 |
commit | 6fdd2aaa2e202f9c016018a353bf2f4cfeaa4675 (patch) | |
tree | 68ac7e5f81ac6a4ab6408edd3fbdd176b5e9f065 /docs/Irssi | |
parent | additional docs about some Irssi:: core funcs (diff) | |
download | irssi-scripts-6fdd2aaa2e202f9c016018a353bf2f4cfeaa4675.tar.gz irssi-scripts-6fdd2aaa2e202f9c016018a353bf2f4cfeaa4675.zip |
more doc stuffs
Diffstat (limited to '')
-rw-r--r-- | docs/Irssi.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Irssi.pod b/docs/Irssi.pod index 49e83fa..5fa8413 100644 --- a/docs/Irssi.pod +++ b/docs/Irssi.pod @@ -628,6 +628,12 @@ Return new level number. See also L<Irssi::UI::Theme> +=head3 C<themes_reload> + +Reloads the current theme (set with C</SET THEME>) from file. + +=head3 Miscellaneous + You can have user configurable texts in scripts that work just like irssi's internal texts that can be changed in themes. @@ -848,7 +854,7 @@ Formatting to POD and linking by Tom Feist Irssi::strip_codes Irssi::theme_register - Irssi::themes_reload + *Irssi::themes_reload Irssi::timeout_add Irssi::timeout_add_once |