]> jfr.im git - irc/quakenet/snircd-patchqueue.git/blame - operping.patch
changed order of patches - now order from most likely to least likely to be added...
[irc/quakenet/snircd-patchqueue.git] / operping.patch
CommitLineData
fcafff73 1mo_ping is a mess with legacy remote stuff that does not even work, besides
2there is /RPING to ping a remote server anyway. Simplest change is to let the ircd
3use m_ping for opers as well.
4
a87bc2c2 5diff -r e723dc03a355 ircd/parse.c
6--- a/ircd/parse.c Mon Jan 26 12:30:47 2009 +0100
7+++ b/ircd/parse.c Mon Jan 26 12:32:32 2009 +0100
8@@ -251,7 +251,7 @@
fcafff73 9 TOK_PING,
10 0, MAXPARA, MFLG_SLOW, 0, NULL,
a87bc2c2 11 /* UNREG, CLIENT, SERVER, OPER, SERVICE, HELP */
12- { m_unregistered, m_ping, ms_ping, mo_ping, m_ignore, mh_ping }
13+ { m_unregistered, m_ping, ms_ping, m_ping, m_ignore, mh_ping }
fcafff73 14 },
15 {
16 MSG_PONG,