]> jfr.im git - irc/quakenet/snircd-patchqueue.git/blob - operping.patch
split.patch: add SPLIT_BURST state flag, added wildcard support for mask in /SPLIT...
[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 6903896e559f ircd/parse.c
6 --- a/ircd/parse.c Fri Jan 23 00:33:01 2009 +0100
7 +++ b/ircd/parse.c Fri Jan 23 00:34:19 2009 +0100
8 @@ -252,7 +252,7 @@
9 TOK_PING,
10 0, MAXPARA, MFLG_SLOW, 0, NULL,
11 /* UNREG, CLIENT, SERVER, OPER, SERVICE */
12 - { m_unregistered, m_ping, ms_ping, mo_ping, m_ignore }
13 + { m_unregistered, m_ping, ms_ping, m_ping, m_ignore }
14 },
15 {
16 MSG_PONG,