1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 11:56:38 +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
+4 -4
View File
@@ -99,7 +99,7 @@ void botchanmsgs(User *u, ChannelInfo *ci, const Anope::string &buf)
/* Now we can make kicker stuff. We try to order the checks
* from the fastest one to the slowest one, since there's
* no need to process other kickers if an user is kicked before
* no need to process other kickers if a user is kicked before
* the last kicker check.
*
* But FIRST we check whether the user is protected in any
@@ -373,7 +373,7 @@ BotInfo *findbot(const Anope::string &nick)
/*************************************************************************/
/* Returns ban data associated with an user if it exists, allocates it
/* Returns ban data associated with a user if it exists, allocates it
otherwise. */
static BanData *get_ban_data(Channel *c, User *u)
@@ -415,7 +415,7 @@ static BanData *get_ban_data(Channel *c, User *u)
/*************************************************************************/
/* Returns BotServ data associated with an user on a given channel.
/* Returns BotServ data associated with a user on a given channel.
* Allocates it if necessary.
*/
@@ -484,7 +484,7 @@ void check_ban(ChannelInfo *ci, User *u, int ttbtype)
/*************************************************************************/
/* This makes a bot kick an user. Works somewhat like notice_lang in fact ;) */
/* This makes a bot kick a user. Works somewhat like notice_lang in fact ;) */
void bot_kick(ChannelInfo *ci, User *u, LanguageString message, ...)
{