diff options
author | Haru <haru@dotalux.com> | 2013-08-06 21:34:31 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-08-12 17:14:51 +0200 |
commit | de6602f25485d0ba4c02426ab982fa8ff8a224ae (patch) | |
tree | 6b085227221b551215a15bee287bdcffba8610f5 /src/map/clif.h | |
parent | ca1f74fcd9974a8c06dee91b78a49fcb8d2b5095 (diff) | |
download | hercules-de6602f25485d0ba4c02426ab982fa8ff8a224ae.tar.gz hercules-de6602f25485d0ba4c02426ab982fa8ff8a224ae.tar.bz2 hercules-de6602f25485d0ba4c02426ab982fa8ff8a224ae.tar.xz hercules-de6602f25485d0ba4c02426ab982fa8ff8a224ae.zip |
Added support for Nick Server GHOST command
Credits to Yommy for the idea
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index fc2755372..1161b3b6a 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -417,6 +417,7 @@ struct { bool allow_user_channel_creation; char irc_server[40], irc_channel[50], irc_nick[40], irc_nick_pw[30]; unsigned short irc_server_port; + bool irc_use_ghost; } hChSys; struct hChSysBanEntry { |