mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Fix a small typo in shun notice, reported by Ankit. Closes bug #666. (!)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10967 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
ee5cd9fa66
commit
cc27a371b2
@ -106,7 +106,7 @@ class CommandShun : public Command
|
||||
else
|
||||
{
|
||||
// XXX todo implement stats
|
||||
user->WriteServ("NOTICE %s :*** Shun %s not found in list, try /stats s.",user->nick.c_str(),parameters[0].c_str());
|
||||
user->WriteServ("NOTICE %s :*** Shun %s not found in list, try /stats S.",user->nick.c_str(),parameters[0].c_str());
|
||||
}
|
||||
|
||||
return CMD_SUCCESS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user