1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 23:23:13 +02:00

NickServ: Change a few log wordings and add missing log calls to some commands.

ns_suspend and cs_suspend: Fix log wording, and correct syntax to show the reason is optional.
This commit is contained in:
Robby-
2013-09-29 08:55:32 +02:00
committed by Adam
parent 32a57150ec
commit ed06609ae1
9 changed files with 42 additions and 26 deletions
+2
View File
@@ -42,6 +42,8 @@ class CommandNSAList : public Command
nc = na->nc;
}
Log(nc == source.GetAccount() ? LOG_COMMAND : LOG_ADMIN, source, this) << "to view the channel access list for " << nc->display;
ListFormatter list(source.GetAccount());
int chan_count = 0;