]> jfr.im git - irc/quakenet/snircd-patchqueue.git/blobdiff - operping.patch
add staffpriv.patch - see file for more info
[irc/quakenet/snircd-patchqueue.git] / operping.patch
index 97ab9a85099967f6dabaf45c82bb18405fba9ad4..f532726d4f46516ca257183a803ba164b73a3ad4 100644 (file)
@@ -2,15 +2,15 @@ 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 6903896e559f ircd/parse.c
---- a/ircd/parse.c     Fri Jan 23 00:33:01 2009 +0100
-+++ b/ircd/parse.c     Fri Jan 23 00:34:19 2009 +0100
-@@ -252,7 +252,7 @@
+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 */
--    { m_unregistered, m_ping, ms_ping, mo_ping, m_ignore }
-+    { m_unregistered, m_ping, ms_ping, m_ping, m_ignore }
+     /* 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,