X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=videosite.pl;h=9be1fee50689715693aff49f53fc53d03dec2e0f;hb=c52f373793933cf72d90ca23f942c367bc8f32ed;hp=7803fa382f18a77e267cec0eab804696f116cbf4;hpb=41f912b4c321ef013ab53d55ac2fefe43023dac1;p=videosite.git diff --git a/videosite.pl b/videosite.pl index 7803fa3..9be1fee 100644 --- a/videosite.pl +++ b/videosite.pl @@ -154,7 +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"); + 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" + ); } }