mirror of
https://github.com/anope/anope.git
synced 2026-06-30 15:46:39 +02:00
DP in "an user" grammar police mode.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ NickAlias::~NickAlias()
|
||||
{
|
||||
FOREACH_MOD(I_OnDelNick, OnDelNick(this));
|
||||
|
||||
/* Second thing to do: look for an user using the alias
|
||||
/* Second thing to do: look for a user using the alias
|
||||
* being deleted, and make appropriate changes */
|
||||
User *u = finduser(this->nick);
|
||||
if (u && u->Account())
|
||||
|
||||
Reference in New Issue
Block a user