From 7c0e13d5eb5385d00f775e692ecc36f7d089615f Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 13 Nov 2018 18:25:39 +0100 Subject: Remove a duplicate output line from the help message for the channel atcommand Signed-off-by: Haru --- src/map/atcommand.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index f46ce0362..50df43266 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8992,9 +8992,7 @@ static void atcommand_channel_help(int fd, const char *command, bool can_create) clif->message(fd, msg_fd(fd,1428));// - binds global chat to , making anything you type in global be sent to the channel safesnprintf(atcmd_output, sizeof(atcmd_output), msg_fd(fd,1429),command);// -- %s unbind clif->message(fd, atcmd_output); - clif->message(fd, msg_fd(fd,1430));// - unbinds your global chat from its attached channel (if binded) - safesnprintf(atcmd_output, sizeof(atcmd_output), msg_fd(fd,1429),command);// -- %s unbind - clif->message(fd, atcmd_output); + clif->message(fd, msg_fd(fd,1430));// - unbinds your global chat from its attached channel (if bound) if( can_create ) { safesnprintf(atcmd_output, sizeof(atcmd_output), msg_fd(fd,1456),command);// -- %s ban clif->message(fd, atcmd_output); -- cgit v1.2.3-70-g09d2