summaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.c b/init.c
index 6448affba..6a72641ea 100644
--- a/init.c
+++ b/init.c
@@ -26,6 +26,7 @@ extern void moduleAddMsgs(void);
#if defined(IRC_HYBRID)
# define NICK(nick,name,modes) \
do { \
+ kill_user(NULL, (nick), "Nick used by Services"); \
send_cmd(NULL, "NICK %s 1 %ld %s %s %s %s :%s", (nick), time(NULL), (modes), \
ServiceUser, ServiceHost, ServerName, (name)); \
} while (0)