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

diff --git a/operping.patch b/operping.patch
deleted file mode 100644 (file)
index f532726..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-mo_ping is a mess with legacy remote stuff that does not even work, besides
-there is /RPING to ping a remote server anyway. Simplest change is to let the ircd
-use m_ping for opers as well.
-
-diff -r e723dc03a355 ircd/parse.c
---- a/ircd/parse.c     Mon Jan 26 12:30:47 2009 +0100
-+++ b/ircd/parse.c     Mon Jan 26 12:32:32 2009 +0100
-@@ -251,7 +251,7 @@
-     TOK_PING,
-     0, MAXPARA, MFLG_SLOW, 0, NULL,
-     /* UNREG, CLIENT, SERVER, OPER, SERVICE, HELP */
--    { m_unregistered, m_ping, ms_ping, mo_ping, m_ignore, mh_ping }
-+    { m_unregistered, m_ping, ms_ping, m_ping, m_ignore, mh_ping }
-   },
-   {
-     MSG_PONG,
diff --git a/series b/series
index 5dfab569df02ab20debdf66be55b5ab4b083c82a..95063ebe9086c4a894bdffa7c35b1751ad391f9a 100644 (file)
--- a/series
+++ b/series
@@ -10,7 +10,6 @@ hiskgline.patch
 opername.patch
 noticepluschan.patch
 whomatch.patch
-operping.patch
 chanopaccountabilityforkickdelayedjoin.patch
 ulined.patch
 hisadmin.patch