From c52f373793933cf72d90ca23f942c367bc8f32ed Mon Sep 17 00:00:00 2001 From: Christian Garbs Date: Mon, 7 Jan 2008 20:57:03 +0100 Subject: [PATCH] add debug commands to help text --- videosite.pl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" + ); } } -- 1.8.3.1