mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Fix a bug with /SHUN deletion (it didn't work)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9433 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
ff32b2e66c
commit
32834b531c
@ -92,7 +92,7 @@ class cmd_shun : public Command
|
||||
|
||||
if(pcnt == 1)
|
||||
{
|
||||
if (ServerInstance->XLines->DelLine(parameters[0], "S", user))
|
||||
if (ServerInstance->XLines->DelLine(parameters[0], "SHUN", user))
|
||||
{
|
||||
ServerInstance->SNO->WriteToSnoMask('x',"%s Removed shun on %s.",user->nick,parameters[0]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user