From b9b768d654bafbbfee38de7cfb0052464f0978df Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 7 Apr 2008 14:45:01 +0000 Subject: Typo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9398 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_shun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index a0b2adffc..06f698d9a 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -161,7 +161,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("R", user); + XLine *rl = ServerInstance->XLines->MatchesLine("S", user); if (rl) { -- cgit v1.2.3