From 9834eb7566819237edb0a372eeae189ef7acbc49 Mon Sep 17 00:00:00 2001 From: codemastr Date: Sun, 28 Apr 2002 18:37:23 +0000 Subject: [PATCH] Fixed some typos --- Changes | 2 ++ help.conf | 11 ++++++++++- src/s_serv.c | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 31aa0f716..1c6b709af 100644 --- a/Changes +++ b/Changes @@ -1276,3 +1276,5 @@ seen. gmtime warning still there - Memory leak fixes with scanners - Some fixes with connect(). Knowing my luck this will fuck up to hell - Fixed another memory leak with the scanners +- Fixed some helpop typos reported by BiGi (#0000144) +- Fixed a typo in /stats ? where T/t were reversed, reported by Zer0 diff --git a/help.conf b/help.conf index 02f8ca5bf..ca8301720 100644 --- a/help.conf +++ b/help.conf @@ -61,7 +61,7 @@ help Svscmds { " /MSG OPERSERV RAW :services "; " Use /HELPOP to get info about that command"; " -"; - " ----------oOo-----------"; + " -----------oOo-----------"; " SVSNICK SVSMODE SVSKILL"; " SVSNOOP SVSJOIN SVSPART"; " SVSO SWHOIS SQLINE"; @@ -1059,3 +1059,12 @@ help Svsfline { " :server SVSFLINE - file (Deletes the filename)"; " :server SVSFLINE * (Wipes the DCCDENY list)"; }; + +help Svsmotd { + "Changes the Services Message Of The Day"; + "Must be sent through an U:Lined server."; + "Syntax: SVSMOTD # : (Adds to Services MOTD)"; + " SVSMOTD ! (Deletes the MOTD)"; + " SVSMOTD ! : (Deletes and Adds text)"; + "Example: SVSMOTD # :Services MOTD"; +}; diff --git a/src/s_serv.c b/src/s_serv.c index 5c46a6117..cce6490e5 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -2448,9 +2448,9 @@ CMD_FUNC(m_stats) sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0], "S - Send the dynamic configuration list"); sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0], - "T - Send the tld block list"); + "t - Send the tld block list"); sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0], - "t - Send connection information"); + "T - Send connection information"); sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0], "u - Send server uptime and connection count"); sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0],