diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-07 14:45:01 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-07 14:45:01 +0000 |
commit | b9b768d654bafbbfee38de7cfb0052464f0978df (patch) | |
tree | 18d59a451d81a2bef2d43d8c2be5661ff1549fa2 /src | |
parent | 5f68c4e91296fdd3ad1fc51b2c382ce218dc10d8 (diff) |
Typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9398 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-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 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) { |