mirror of
https://github.com/anope/anope.git
synced 2026-06-30 20:06:39 +02:00
Kill users using our nicks when on InspIRCd 1.2
Apparently InspIRCd does not value ULines
This commit is contained in:
@@ -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);
|
||||
|
||||
+2
-1
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="8"
|
||||
VERSION_PATCH="4"
|
||||
VERSION_EXTRA="-git"
|
||||
VERSION_BUILD="3026"
|
||||
VERSION_BUILD="3027"
|
||||
|
||||
# $Log$ # Changes since the 1.8.4 Release
|
||||
#Revision 3027 - Kill users using our nicks when on InspIRCd 1.2
|
||||
#Revision 3026 - Updated german language file
|
||||
#Revision 3025 - Added in mail forking for operating systems that support it
|
||||
#Revision 3023 - Fixed minor wording error, and bumped version log from last commit
|
||||
|
||||
Reference in New Issue
Block a user