diff options
-rw-r--r-- | src/modules/m_shun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index db800527d..fe8da9280 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -193,7 +193,7 @@ class ModuleShun : public Module if((command != "PONG") && (command != "PING")) { // Don't let them issue cmd if they are shunned.. - XLine *rl = ServerInstance->XLines->MatchesLine("S", user); + XLine *rl = ServerInstance->XLines->MatchesLine("SHUN", user); if (rl) { |