mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
Typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9398 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
5f68c4e912
commit
b9b768d654
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user