]> jfr.im git - irc/quakenet/snircd-patchqueue.git/blame - operping.patch
split.patch: add SPLIT_BURST state flag, added wildcard support for mask in /SPLIT...
[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
5diff -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,