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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user