git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9398 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2008-04-07 14:45:01 +00:00
parent 5f68c4e912
commit b9b768d654

View File

@ -161,7 +161,7 @@ class ModuleShun : public Module
if((command != "PONG") && (command != "PING")) if((command != "PONG") && (command != "PING"))
{ {
// Don't let them issue cmd if they are shunned.. // 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) if (rl)
{ {