summaryrefslogtreecommitdiff
path: root/modules/commands/ns_suspend.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2013-10-04 05:45:28 +0200
committerAdam <Adam@anope.org>2013-10-05 00:33:03 -0400
commit97d7c21193c490f647ee059dd28d4a37a684cbb1 (patch)
tree7ec955a2a18d266d79739388511d8a053715340c /modules/commands/ns_suspend.cpp
parente5b8435769f9c5aa5326a60811cfae6fda2f5807 (diff)
Fix logging for log type 'other'.
os_ignore: Log expired ignores to the normal log level. cs_drop: Allow Services Operators to actually drop channels in Read-Only mode. os_akill, os_sxline, cs_akick: Log deletions by number.
Diffstat (limited to 'modules/commands/ns_suspend.cpp')
-rw-r--r--modules/commands/ns_suspend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_suspend.cpp b/modules/commands/ns_suspend.cpp
index ae0d85206..b4aadbdd4 100644
--- a/modules/commands/ns_suspend.cpp
+++ b/modules/commands/ns_suspend.cpp
@@ -245,7 +245,7 @@ class NSSuspend : public Module
na->last_seen = Anope::CurTime;
suspend.Unset(na->nc);
- Log(LOG_NORMAL, "expire", Config->GetClient("NickServ")) << "Expiring suspend for " << na->nick;
+ Log(LOG_NORMAL, "nickserv/expire", Config->GetClient("NickServ")) << "Expiring suspend for " << na->nick;
}
}