diff options
author | Tom Feist <shabble@metavore.org> | 2011-07-16 04:01:14 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-07-16 04:01:14 +0000 |
commit | 3640cdc407c73ad80867144d72a820589ae651dd (patch) | |
tree | 87620a64a53c179b90a775bf7ba90fc5c992195b | |
parent | updated to add PM support, and build filenames more betterly (diff) | |
download | irssi-scripts-3640cdc407c73ad80867144d72a820589ae651dd.tar.gz irssi-scripts-3640cdc407c73ad80867144d72a820589ae651dd.zip |
added a reference to the module names for formats
-rw-r--r-- | feature-tests/getchan.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feature-tests/getchan.pl b/feature-tests/getchan.pl index 98f116a..b035337 100644 --- a/feature-tests/getchan.pl +++ b/feature-tests/getchan.pl @@ -82,6 +82,7 @@ sub get_format_string { return $format_str; } +# see here: https://github.com/shabble/irssi-docs/wiki/complete_themes my $fmt = get_format_string('fe-common/core', 'chansetup_line'); if ($fmt) { |