From 3cc6f9f550aef92e7d7fee22e0589840a36bf6c4 Mon Sep 17 00:00:00 2001 From: WindowsUser Date: Sun, 11 May 2014 02:45:18 -0700 Subject: Update core_stats.cpp Make this consistent with other "Permission Denied" errors. --- src/coremods/core_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/coremods/core_stats.cpp b/src/coremods/core_stats.cpp index a593ac94d..e0e5b3a0f 100644 --- a/src/coremods/core_stats.cpp +++ b/src/coremods/core_stats.cpp @@ -62,7 +62,7 @@ void CommandStats::DoStats(char statschar, User* user, string_list &results) "%s '%c' denied for %s (%s@%s)", (IS_LOCAL(user) ? "Stats" : "Remote stats"), statschar, user->nick.c_str(), user->ident.c_str(), user->host.c_str()); - results.push_back("481 " + user->nick + " :Permission denied - STATS " + statschar + " requires the servers/auspex priv."); + results.push_back("481 " + user->nick + " :Permission Denied - STATS " + statschar + " requires the servers/auspex priv."); return; } -- cgit v1.3.1-10-gc9f91