]> jfr.im git - irc/quakenet/snircd-patchqueue.git/commitdiff
removed addhacktypetohackkick.patch - not needed
authorwiebe <redacted>
Wed, 17 Mar 2010 13:07:32 +0000 (14:07 +0100)
committerwiebe <redacted>
Wed, 17 Mar 2010 13:07:32 +0000 (14:07 +0100)
addhacktypetohackkick.patch [deleted file]
series

diff --git a/addhacktypetohackkick.patch b/addhacktypetohackkick.patch
deleted file mode 100644 (file)
index 9b073db..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-make HACK notices for KICKs consitent with other HACK notices, add the type of HACK to the message (2 or 4)
-
-diff -r 9c1421eb77c1 ircd/m_kick.c
---- a/ircd/m_kick.c    Sun Jan 11 22:38:39 2009 +0000
-+++ b/ircd/m_kick.c    Sun Jan 11 22:38:39 2009 +0000
-@@ -239,7 +239,7 @@
-   if (IsServer(sptr) &&
-       !IsBurstOrBurstAck(sptr) &&
-       sptr!=cli_user(who)->server)
--    sendto_opmask_butone(0, SNO_HACK4, "HACK: %C KICK %H %C %s", sptr, chptr,
-+    sendto_opmask_butone(0, SNO_HACK4, "HACK(4): %C KICK %H %C %s", sptr, chptr,
-                        who, comment);
-   /* Unless someone accepted it downstream (or the user isn't on the channel
-@@ -248,7 +248,7 @@
-    */
-   if (!IsServer(sptr) && member && cli_from(who) != cptr &&
-       (!(sptr_link = find_member_link(chptr, sptr)) || !IsChanOp(sptr_link))) {
--    sendto_opmask_butone(0, SNO_HACK2, "HACK: %C KICK %H %C %s", sptr, chptr,
-+    sendto_opmask_butone(0, SNO_HACK2, "HACK(2): %C KICK %H %C %s", sptr, chptr,
-                        who, comment);
-     sendcmdto_one(who, CMD_JOIN, cptr, "%H", chptr);
diff --git a/series b/series
index 5936973e2c10a84cf9edf80b257e63c2a0606875..88df8dc5e85e31c64c7c5b37aa58e7744e40f33f 100644 (file)
--- a/series
+++ b/series
@@ -6,7 +6,6 @@ badchanzombie.patch
 nserverflag.patch
 addnickchasetomodenick.patch
 chanopaccountabilityforkickdelayedjoin.patch
-addhacktypetohackkick.patch
 ischannelservice.patch
 ulined.patch
 hisadmin.patch