1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 21:03:15 +02:00

Kill users using our nicks when on InspIRCd 1.2

Apparently InspIRCd does not value ULines
This commit is contained in:
Adam
2010-08-16 23:54:27 -04:00
parent a29845cc56
commit a2be8c402f
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -655,6 +655,7 @@ void inspircd_cmd_376(char *source)
void inspircd_cmd_nick(char *nick, char *name, char *modes)
{
char *nicknumbuf = ts6_uid_retrieve();
send_cmd(TS6SID, "KILL %s :Services enforced kill", nick);
send_cmd(TS6SID, "UID %s %ld %s %s %s %s 0.0.0.0 %ld +%s :%s",
nicknumbuf, (long int) time(NULL), nick, ServiceHost,
ServiceHost, ServiceUser, (long int) time(NULL), modes, name);