X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=videosite.pl;h=847e627c9498ad02dc42d5c547564156ec47a2c2;hb=ffc24eec49bbdb6117e3a67e6080c119fba6575d;hp=9be1fee50689715693aff49f53fc53d03dec2e0f;hpb=c52f373793933cf72d90ca23f942c367bc8f32ed;p=videosite.git diff --git a/videosite.pl b/videosite.pl index 9be1fee..847e627 100644 --- a/videosite.pl +++ b/videosite.pl @@ -154,16 +154,16 @@ sub cmd_help { } write_irssi(undef, 'No such module'); } else { - write_irssi(undef, - "Supported commands:\n". - " save: Save the current configuration\n". - " help [modulename]: Display this help, or module specific help\n". - " show [modulename]: Show loaded modules, or the current parameters of a module\n". - " set modulename parameter value: set a module parameter to a new value\n". - " getter [modulename]: display or set the getter to use\n". - " debug: enable debugging messages\n". - " nodebug: disable debugging messages" - ); + write_irssi(undef, <<'EOT'); +Supported commands: + save: Save the current configuration + help [modulename]: Display this help, or module specific help + show [modulename]: Show loaded modules, or the current parameters of a module + set modulename parameter value: set a module parameter to a new value + getter [modulename]: display or set the getter to use + debug: enable debugging messages + nodebug: disable debugging messages +EOT } }