diff options
author | Adam <Adam@anope.org> | 2014-06-09 16:44:15 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-06-09 16:44:15 -0400 |
commit | 08edb15bea67599926ec83ae60ffe022135094c9 (patch) | |
tree | 0002b337a88c4f730baa8aadd79aae69737d1055 /modules/commands/cs_log.cpp | |
parent | 56c6ef4449b59f22533aaa80fa4fb7e19072b8ee (diff) |
Fix help log output example
Diffstat (limited to 'modules/commands/cs_log.cpp')
-rw-r--r-- | modules/commands/cs_log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |