diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-06-12 18:23:54 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-06-12 18:23:54 +0000 |
commit | a0211857cd029fea81aead88cd50c03ff7b1f8d3 (patch) | |
tree | 452e288ed1a36100030ff07e5dae523c0ec04826 /init.c | |
parent | d3956b71486727dafbe72550f6baec5f4108bf7b (diff) |
BUILD : 1.7.3 (191) BUGS : 91 NOTES : Fixed bug 91 and added new win32 stuff for codemastr
git-svn-id: svn://svn.anope.org/anope/trunk@191 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@136 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ 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) |