1
0
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:
Charles Kingsley
2011-01-29 12:05:34 +00:00
parent 140208e5ee
commit c362a1e077
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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())