diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-22 14:45:54 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-22 14:45:54 +0000 |
commit | 5bb0f2351ac398b8df5ebc81093539e2f593e30c (patch) | |
tree | fa8b7c83642cd899676d7a062557e9d6d715bd5e /history-search/irssi | |
parent | added formats, and some copypasta from default.theme comments into theme (diff) | |
download | irssi-scripts-5bb0f2351ac398b8df5ebc81093539e2f593e30c.tar.gz irssi-scripts-5bb0f2351ac398b8df5ebc81093539e2f593e30c.zip |
added messagelevel docs to irssi.pod, more stuff in guide, and a little script to dump .xs func definitions
Diffstat (limited to 'history-search/irssi')
-rw-r--r-- | history-search/irssi/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/history-search/irssi/config b/history-search/irssi/config index 17cd55e..693c426 100644 --- a/history-search/irssi/config +++ b/history-search/irssi/config @@ -149,6 +149,8 @@ aliases = { RESET = "set -default"; s = "script"; rltest = "/script unload history_search; /script load history_search.pl"; + DUMP = "script exec use Data::Dumper\\; print Data::Dumper->new([\\\\$0-])->Dump"; + funcs_for = "/dump [map *\\$_{NAME}, grep ref(\\$_) eq 'GLOB' && *\\$_{CODE} && *\\$_{PACKAGE} eq 'Irssi::UI::Window', values \\%Irssi::UI::Window::]"; }; statusbar = { |