aboutsummaryrefslogtreecommitdiffstats
path: root/irc_commands.c
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-01-26 17:30:15 +0100
committerMarius Halden <marius.h@lden.org>2016-05-07 14:27:54 +0200
commit282bdd93637a6d497c4f1c864f0b89bc2fb7c584 (patch)
treea90b41686c9f44c0873c7a7978a808c203c6f11c /irc_commands.c
parent60971b4b15ec390e62d9df0bcf29e496adf0596c (diff)
Fixed typo
Diffstat (limited to 'irc_commands.c')
-rw-r--r--irc_commands.c2
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);
}