diff options
| author | 2011-08-27 19:42:12 -0400 | |
|---|---|---|
| committer | 2011-08-27 19:42:12 -0400 | |
| commit | f14f7fa7e3707860de3a63146d536d1ef78f5ca4 (patch) | |
| tree | 12efad64e985607c5332267656fa1f12dc29eaca /src/modules/m_shun.cpp | |
| parent | Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versi... (diff) | |
Fix stats letter for shuns
Diffstat (limited to 'src/modules/m_shun.cpp')
| -rw-r--r-- | src/modules/m_shun.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index 017ed174e..6d7f12562 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -111,8 +111,7 @@ class CommandShun : public Command } else { - // XXX todo implement stats - user->WriteServ("NOTICE %s :*** Shun %s not found in list, try /stats S.",user->nick.c_str(),target.c_str()); + user->WriteServ("NOTICE %s :*** Shun %s not found in list, try /stats H.",user->nick.c_str(),target.c_str()); } return CMD_SUCCESS; |
