diff options
Diffstat (limited to 'irc_commands.c')
-rw-r--r-- | irc_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_commands.c b/irc_commands.c index e8936a6d..f2d4ddf6 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -744,7 +744,7 @@ static void irc_cmd_away(irc_t *irc, char **cmd) away[j] = '\0'; if (set_getbool(&irc->b->set, "strict_away")) { - irc_send_num(irc, 306, ":You have been masked as being away"); + irc_send_num(irc, 306, ":You have been marked as being away"); } else { irc_send_num(irc, 306, ":You're now away: %s", away); } |