From 08edb15bea67599926ec83ae60ffe022135094c9 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 9 Jun 2014 16:44:15 -0400 Subject: Fix help log output example --- modules/commands/cs_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_log.cpp') diff --git a/modules/commands/cs_log.cpp b/modules/commands/cs_log.cpp index 03342ebcf..ec6f102e7 100644 --- a/modules/commands/cs_log.cpp +++ b/modules/commands/cs_log.cpp @@ -271,7 +271,7 @@ public: "To remove a logging method use the same syntax as you would to add it.\n" " \n" "Example:\n" - " %s #anope chanserv/access MESSAGE @%\n" + " %s #anope chanserv/access MESSAGE @\n" " Would message any channel operators whenever someone used the\n" " ACCESS command on ChanServ on the channel."), source.command.upper().c_str(), source.command.upper().c_str()); -- cgit