diff options
| author | 2008-04-07 14:45:01 +0000 | |
|---|---|---|
| committer | 2008-04-07 14:45:01 +0000 | |
| commit | b9b768d654bafbbfee38de7cfb0052464f0978df (patch) | |
| tree | 18d59a451d81a2bef2d43d8c2be5661ff1549fa2 /src | |
| parent | Convert this to use the new XLine API, this results in fairly significant les... (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) { |
