# | Line 108 | Line 108 | mr_pong(struct Client *client_p, struct | |
---|---|---|
108 | } | |
109 | ||
110 | static struct Message pong_msgtab = { | |
111 | < | "PONG", 0, 0, 1, MAXPARA, MFLG_SLOW | MFLG_UNREG, 0, |
111 | > | "PONG", 0, 0, 1, MAXPARA, MFLG_SLOW, 0, |
112 | {mr_pong, m_ignore, ms_pong, m_ignore, m_ignore, m_ignore} | |
113 | }; | |
114 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |