diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-05-05 21:12:52 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-05-05 21:12:52 +0530 |
commit | f65e3740740b39d62c0dd59ccbe57897a1994b55 (patch) | |
tree | c365414fa4ca7b3aa241f8eec746ff596b098657 | |
parent | 85b47e326ad041744606c3e71a8ca67b4b34c313 (diff) | |
parent | 7050a073c3fbde7a023c35fa0ce30fe360d57038 (diff) | |
download | hercules-f65e3740740b39d62c0dd59ccbe57897a1994b55.tar.gz hercules-f65e3740740b39d62c0dd59ccbe57897a1994b55.tar.bz2 hercules-f65e3740740b39d62c0dd59ccbe57897a1994b55.tar.xz hercules-f65e3740740b39d62c0dd59ccbe57897a1994b55.zip |
Merge pull request #509 from Nihadm89/patch-1
Typo when setting JoinAnnounce for channels
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |