Parent Directory
|
Revision Log
|
Patch
revision 5891 by michael, Sun May 3 16:01:42 2015 UTC | revision 5892 by michael, Sun May 3 20:50:09 2015 UTC | |
---|---|---|
# | Line 228 static struct Message resv_msgtab = | Line 228 static struct Message resv_msgtab = |
228 | .cmd = "RESV", | .cmd = "RESV", |
229 | .args_min = 3, | .args_min = 3, |
230 | .args_max = MAXPARA, | .args_max = MAXPARA, |
231 | .handlers[UNREGISTERED_HANDLER] = m_ignore, | .handlers[UNREGISTERED_HANDLER] = m_unregistered, |
232 | .handlers[CLIENT_HANDLER] = m_not_oper, | .handlers[CLIENT_HANDLER] = m_not_oper, |
233 | .handlers[SERVER_HANDLER] = ms_resv, | .handlers[SERVER_HANDLER] = ms_resv, |
234 | .handlers[ENCAP_HANDLER] = me_resv, | .handlers[ENCAP_HANDLER] = me_resv, |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |