]> jfr.im git - irc/quakenet/snircd-patchqueue.git/blob - operping.patch
Update patchset for latest ircu changes
[irc/quakenet/snircd-patchqueue.git] / operping.patch
1 mo_ping is a mess with legacy remote stuff that does not even work, besides
2 there is /RPING to ping a remote server anyway. Simplest change is to let the ircd
3 use m_ping for opers as well.
4
5 diff -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 @@
9 TOK_PING,
10 0, MAXPARA, MFLG_SLOW, 0, NULL,
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 }
14 },
15 {
16 MSG_PONG,