From 2ad5f8c30ff22e7546d83f3bb56787adfbf5e95c Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Apr 2004 12:56:43 +0000 Subject: Clarified documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@354 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_testcommand.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_testcommand.cpp b/src/modules/m_testcommand.cpp index fe205ccc5..72ca9e16a 100644 --- a/src/modules/m_testcommand.cpp +++ b/src/modules/m_testcommand.cpp @@ -12,8 +12,10 @@ Server *Srv; void handle_woot(char **parameters, int pcnt, userrec *user) { // this test command just accepts: - // /woot + // /woot : // and sends to all opers with +s mode. + // NB: The ':' is *REQUIRED* otherwise the parser will + // split the line into multiple parameters[]! Srv->SendOpers(parameters[0]); } -- cgit v1.2.3