summaryrefslogtreecommitdiff
path: root/src/map/channel.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-11-13 17:06:49 +0100
committerGitHub <noreply@github.com>2018-11-13 17:06:49 +0100
commitd564cdaabdb9f1929e58cd68c1208f89100acf90 (patch)
treebf48c34155abe1b28962078c0609a99a04e741c8 /src/map/channel.h
parent78db115b41d966daf26160abe224701f743f6df0 (diff)
parent86b135b3e0a76680af677cca491b471d6c0d6429 (diff)
downloadhercules-d564cdaabdb9f1929e58cd68c1208f89100acf90.tar.gz
hercules-d564cdaabdb9f1929e58cd68c1208f89100acf90.tar.bz2
hercules-d564cdaabdb9f1929e58cd68c1208f89100acf90.tar.xz
hercules-d564cdaabdb9f1929e58cd68c1208f89100acf90.zip
Merge pull request #2287 from EyesOfAHawk/hcs_opt_msg_delay
Add config for '@channel setopt MessageDelay <delay>'
Diffstat (limited to 'src/map/channel.h')
-rw-r--r--src/map/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/channel.h b/src/map/channel.h
index 4ac3c6037..c56227c66 100644
--- a/src/map/channel.h
+++ b/src/map/channel.h
@@ -75,6 +75,7 @@ struct Channel_Config {
char irc_server[40], irc_channel[50], irc_nick[40], irc_nick_pw[30];
unsigned short irc_server_port;
bool irc_use_ghost;
+ int channel_opt_msg_delay;
};
struct channel_ban_entry {