summaryrefslogtreecommitdiff
path: root/src/map/irc-bot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/irc-bot.c')
-rw-r--r--src/map/irc-bot.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/irc-bot.c b/src/map/irc-bot.c
index fe7bf4bd4..b17015b66 100644
--- a/src/map/irc-bot.c
+++ b/src/map/irc-bot.c
@@ -77,6 +77,9 @@ int irc_join_timer(int tid, unsigned int tick, int id, intptr_t data) {
if( hChSys.irc_nick_pw[0] != '\0' ) {
sprintf(send_string, "PRIVMSG NICKSERV : IDENTIFY %s", hChSys.irc_nick_pw);
ircbot->send(send_string);
+ if( hChSys.irc_use_ghost ) {
+ sprintf(send_string, "PRIVMSG NICKSERV : GHOST %s %s", hChSys.irc_nick, hChSys.irc_nick_pw);
+ }
}
sprintf(send_string, "JOIN %s", hChSys.irc_channel);