From 7050a073c3fbde7a023c35fa0ce30fe360d57038 Mon Sep 17 00:00:00 2001 From: Nihadm89 Date: Tue, 5 May 2015 17:14:09 +0200 Subject: Typo when setting JoinAnnounce for channels The comment is right, but the wrong message number is there --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index b9b4704bc..e934a992b 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -9153,7 +9153,7 @@ ACMD(channel) { return false; } else { channel->set_options(chan, chan->options | k); - sprintf(atcmd_output, msg_fd(fd,1454), opt_str[k],chan->name);//option '%s' is now enabled for channel '%s' + sprintf(atcmd_output, msg_fd(fd,1450), opt_str[k],chan->name);//option '%s' is now enabled for channel '%s' clif->message(fd, atcmd_output); } } else { -- cgit v1.2.3-60-g2f50