ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/numeric.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/numeric.c (file contents):
Revision 9667 by michael, Mon Oct 12 13:18:43 2020 UTC vs.
Revision 9749 by michael, Sun Nov 29 16:51:27 2020 UTC

# Line 197 | Line 197 | static const char *const replies[] =
197    /* 501 */  [ERR_UMODEUNKNOWNFLAG] = ":Unknown MODE flag",
198    /* 502 */  [ERR_USERSDONTMATCH] = ":Cannot change mode for other users",
199    /* 504 */  [ERR_USERNOTONSERV] = "%s :User is not on this server",
200  /* 512 */  [ERR_TOOMANYWATCH] = "%s :Maximum size for WATCH-list is %u entries",
200    /* 513 */  [ERR_WRONGPONG] = ":To connect type /QUOTE PONG %u",
201    /* 520 */  [ERR_OPERONLYCHAN] = "%s :Cannot join channel (+O)",
202    /* 521 */  [ERR_LISTSYNTAX] = ":Bad list syntax, type /QUOTE HELP LIST",
203    /* 523 */  [ERR_WHOLIMEXCEED] = "%u :%s search limit exceeded.",
204    /* 524 */  [ERR_HELPNOTFOUND] = "%s :Help not found",
206  /* 600 */  [RPL_LOGON] = "%s %s %s %ju :logged online",
207  /* 601 */  [RPL_LOGOFF] = "%s %s %s %ju :logged offline",
208  /* 602 */  [RPL_WATCHOFF] = "%s %s %s %ju :stopped watching",
209  /* 603 */  [RPL_WATCHSTAT] = ":You have %u and are on %u WATCH entries",
210  /* 604 */  [RPL_NOWON] = "%s %s %s %ju :is online",
211  /* 605 */  [RPL_NOWOFF] = "%s %s %s %ju :is offline",
212  /* 606 */  [RPL_WATCHLIST] = ":%s",
213  /* 607 */  [RPL_ENDOFWATCHLIST] = ":End of WATCH %c",
205    /* 671 */  [RPL_WHOISSECURE] = "%s :is connected via TLS (secure link)",
206    /* 702 */  [RPL_MODLIST] = "%s %p %s %s",
207    /* 703 */  [RPL_ENDOFMODLIST] = ":End of /MODULE LIST.",
# Line 228 | Line 219 | static const char *const replies[] =
219    /* 717 */  [RPL_TARGNOTIFY] = "%s :has been informed that you messaged them.",
220    /* 718 */  [RPL_UMODEGMSG] = "%s %s@%s :is messaging you, and you are umode %s.",
221    /* 723 */  [ERR_NOPRIVS] = "%s :Insufficient oper privileges.",
222 +  /* 730 */  [RPL_MONONLINE] =  ":%s",
223 +  /* 731 */  [RPL_MONOFFLINE] = ":%s",
224 +  /* 732 */  [RPL_MONLIST] = ":%s",
225 +  /* 733 */  [RPL_ENDOFMONLIST] = ":End of MONITOR list",
226 +  /* 734 */  [ERR_MONLISTFULL] = "%d %s :Monitor list is full",
227    /* 743 */  [ERR_INVALIDBAN] = "%s :Invalid ban mask",
228    /* 759 */  [RPL_ETRACEEND] = "%s :End of ETRACE",
229    /* 999 */  [ERR_LAST_ERR_MSG] = ":Last error message"

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)