Advertisement
Guest User

raw msg

a guest
Feb 26th, 2010
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. RPL_WELCOME: :%s 001 %s :Welcome to the %s Internet Relay Chat Network %s
  2. RPL_YOURHOST: :%s 002 %s :Your host is %s, running version %s
  3. RPL_CREATED: :%s 003 %s :This server was created %s
  4. RPL_ISUPPORT: :%s 005 %s %s :are supported by this server
  5. RPL_REDIR: :%s 010 %s %s %d :Please use this Server/Port instead
  6. RPL_MAPEND: :%s 017 %s :End of /MAP
  7. RPL_YOURID: :%s 042 %s %s :your unique ID
  8. RPL_TRACELINK: :%s 200 %s Link %s %s %s
  9. RPL_TRACECONNECTING: :%s 201 %s Try. %s %s
  10. RPL_TRACEHANDSHAKE: :%s 202 %s H.S. %s %s
  11. RPL_TRACEUNKNOWN: :%s 203 %s ???? %s %s (%s) %d
  12. RPL_TRACEOPERATOR: :%s 204 %s Oper %s %s (%s) %lu %lu
  13. RPL_TRACEUSER: :%s 205 %s User %s %s (%s) %lu %lu
  14. RPL_TRACESERVER: :%s 206 %s Serv %s %dS %dC %s %s!%s@%s %lu
  15. RPL_TRACENEWTYPE: :%s 208 %s <newtype> 0 %s
  16. RPL_TRACECLASS: :%s 209 %s Class %s %d
  17. RPL_ENDOFSTATS: :%s 219 %s %c :End of /STATS report
  18. RPL_STATSUPTIME: :%s 242 %s :Server Up %d days, %d:%02d:%02d
  19. RPL_STATSCONN: :%s 250 %s :Highest connection count: %d (%d clients) (%d connections received)
  20. RPL_LUSERCLIENT: :%s 251 %s :There are %d users and %d invisible on %d servers
  21. RPL_LUSEROP: :%s 252 %s %d :IRC Operators online
  22. RPL_LUSERUNKNOWN: :%s 253 %s %d :unknown connection(s)
  23. RPL_LUSERCHANNELS: :%s 254 %s %d :channels formed
  24. RPL_LUSERME: :%s 255 %s :I have %d clients and %d servers
  25. RPL_ADMINME: :%s 256 %s :Administrative info about %s
  26. RPL_ENDOFTRACE: :%s 262 %s %s :End of TRACE
  27. RPL_LOAD2HI: :%s 263 %s :Server load is temporarily too heavy. Please wait a while and try again.
  28. RPL_LOCALUSERS: :%s 265 %s :Current local users: %d Max: %d
  29. RPL_GLOBALUSERS: :%s 266 %s :Current global users: %d Max: %d
  30. RPL_WHOISSSL: :%s 275 %s %s :is connected via SSL (secure link)
  31. RPL_ENDOFACCEPT: :%s 282 %s :End of /ACCEPT list.
  32. RPL_UNAWAY: :%s 305 %s :You are no longer marked as being away
  33. RPL_NOWAWAY: :%s 306 %s :You have been marked as being away
  34. RPL_WHOISADMIN: :%s 313 %s %s :is a Server Administrator
  35. RPL_WHOISOPERATOR: :%s 313 %s %s :is an IRC Operator
  36. RPL_ENDOFWHO: :%s 315 %s %s :End of /WHO list.
  37. RPL_WHOISIDLE: :%s 317 %s %s %d %d :seconds idle
  38. RPL_ENDOFWHOIS: :%s 318 %s %s :End of /WHOIS list.
  39. RPL_LISTSTART: :%s 321 %s Channel :Users Name
  40. RPL_LISTEND: :%s 323 %s :End of /LIST
  41. RPL_NOTOPIC: :%s 331 %s %s :No topic is set.
  42. RPL_WHOISACTUALLY: :%s 338 %s %s %s :actually using host
  43. RPL_ENDOFINVEXLIST: :%s 347 %s %s :End of Channel Invite List
  44. RPL_ENDOFEXCEPTLIST: :%s 349 %s %s :End of Channel Exception List
  45. RPL_CLOSING: :%s 362 %s %s :Closed. Status = %d
  46. RPL_CLOSEEND: :%s 363 %s %d: Connections Closed
  47. RPL_ENDOFLINKS: :%s 365 %s %s :End of /LINKS list.
  48. RPL_ENDOFNAMES: :%s 366 %s %s :End of /NAMES list.
  49. RPL_ENDOFBANLIST: :%s 368 %s %s :End of Channel Ban List
  50. RPL_ENDOFWHOWAS: :%s 369 %s %s :End of WHOWAS
  51. RPL_INFOSTART: :%s 373 %s :Server INFO
  52. RPL_ENDOFINFO: :%s 374 %s :End of /INFO list.
  53. RPL_MOTDSTART: :%s 375 %s :- %s Message of the Day -
  54. RPL_ENDOFMOTD: :%s 376 %s :End of /MOTD command.
  55. RPL_YOUREOPER: :%s 381 %s :You have entered... the Twilight Zone!
  56. RPL_REHASHING: :%s 382 %s %s :Rehashing
  57. RPL_HOSTHIDDEN: :%s 396 %s :is now your hidden host
  58. ERR_NOSUCHNICK: :%s 401 %s %s :No such nick/channel
  59. ERR_NOSUCHSERVER: :%s 402 %s %s :No such server
  60. ERR_NOSUCHCHANNEL: :%s 403 %s %s :No such channel
  61. ERR_CANNOTSENDTOCHAN: :%s 404 %s %s :Cannot send to channel
  62. ERR_TOOMANYCHANNELS: :%s 405 %s %s :You have joined too many channels
  63. ERR_WASNOSUCHNICK: :%s 406 %s %s :There was no such nickname
  64. ERR_TOOMANYTARGETS: :%s 407 %s %s :Too many recipients. Only %d processed
  65. ERR_NOORIGIN: :%s 409 %s :No origin specified
  66. ERR_NORECIPIENT: :%s 411 %s :No recipient given (%s)
  67. ERR_NOTEXTTOSEND: :%s 412 %s :No text to send
  68. ERR_NOTOPLEVEL: :%s 413 %s %s :No toplevel domain specified
  69. ERR_WILDTOPLEVEL: :%s 414 %s %s :Wildcard in toplevel Domain
  70. ERR_UNKNOWNCOMMAND: :%s 421 %s %s :Unknown command
  71. ERR_NOMOTD: :%s 422 %s :MOTD File is missing
  72. ERR_NOADMININFO: :%s 423 %s %s :No administrative info available
  73. ERR_NONICKNAMEGIVEN: :%s 431 %s :No nickname given
  74. ERR_ERRONEUSNICKNAME: :%s 432 %s %s :Erroneous Nickname
  75. ERR_NICKNAMEINUSE: :%s 433 %s %s :Nickname is already in use.
  76. ERR_NICKCOLLISION: :%s 436 %s %s :Nickname collision KILL
  77. ERR_UNAVAILRESOURCE: :%s 437 %s %s :Nick/channel is temporarily unavailable
  78. ERR_NICKTOOFAST: :%s 438 %s %s %s :Nick change too fast. Please wait %d seconds.
  79. ERR_SERVICESDOWN: :%s 440 %s :Services is currently down.
  80. ERR_USERNOTINCHANNEL: :%s 441 %s %s %s :They aren't on that channel
  81. ERR_NOTONCHANNEL: :%s 442 %s %s :You're not on that channel
  82. ERR_USERONCHANNEL: :%s 443 %s %s %s :is already on channel
  83. ERR_NOTREGISTERED: :%s 451 %s :You have not registered
  84. ERR_ACCEPTFULL: :%s 456 %s :Accept list is full
  85. ERR_ACCEPTEXIST: :%s 457 %s %s :is already on your accept list
  86. ERR_ACCEPTNOT: :%s 458 %s %s :is not on your accept list
  87. ERR_NEEDMOREPARAMS: :%s 461 %s %s :Not enough parameters
  88. ERR_ALREADYREGISTRED: :%s 462 %s :You may not reregister
  89. ERR_PASSWDMISMATCH: :%s 464 %s :Password Incorrect
  90. ERR_YOUREBANNEDCREEP: :%s 465 %s :You are banned from this server- %s
  91. ERR_CHANNELISFULL: :%s 471 %s %s :Cannot join channel (+l)
  92. ERR_UNKNOWNMODE: :%s 472 %s %c :is unknown mode char to me
  93. ERR_INVITEONLYCHAN: :%s 473 %s %s :Cannot join channel (+i)
  94. ERR_BANNEDFROMCHAN: :%s 474 %s %s :Cannot join channel (+b)
  95. ERR_BADCHANNELKEY: :%s 475 %s %s :Cannot join channel (+k)
  96. ERR_BANLISTFULL: :%s 478 %s %s %s :Channel ban list is full
  97. ERR_BADCHANNAME: :%s 479 %s %s :Illegal channel name
  98. ERR_NOPRIVILEGES: :%s 481 %s :Permission Denied - You're not an IRC operator
  99. ERR_CHANOPRIVSNEEDED: :%s 482 %s %s :You're not channel operator
  100. ERR_CANTKILLSERVER: :%s 483 %s :You can't kill a server!
  101. ERR_RESTRICTED: :%s 484 %s :You are restricted
  102. ERR_NOOPERHOST: :%s 491 %s :Only few of mere mortals may try to enter the twilight zone
  103. ERR_UMODEUNKNOWNFLAG: :%s 501 %s :Unknown MODE flag
  104. ERR_USERSDONTMATCH: :%s 502 %s :Can't change mode for other users
  105. ERR_GHOSTEDCLIENT: :%s 503 %s :Message could not be delivered to %s
  106. ERR_USERNOTONSERV: :%s 504 %s %s :User is not on this server
  107. ERR_WRONGPONG: :%s 513 %s :To connect type /QUOTE PONG %lu
  108. ERR_LISTSYNTAX: :%s 521 %s :Bad list syntax
  109. ERR_HELPNOTFOUND: :%s 524 %s %s :Help not found
  110. RPL_ENDOFMODLIST: :%s 703 %s :End of /MODLIST.
  111. RPL_ENDOFHELP: :%s 706 %s %s :End of /HELP.
  112. RPL_KNOCK: :%s 710 %s %s %s!%s@%s :has asked for an invite.
  113. RPL_KNOCKDLVR: :%s 711 %s %s :Your KNOCK has been delivered.
  114. ERR_TOOMANYKNOCK: :%s 712 %s %s :Too many KNOCKs (%s).
  115. ERR_CHANOPEN: :%s 713 %s %s :Channel is open.
  116. ERR_KNOCKONCHAN: :%s 714 %s %s :You are already on that channel.
  117. ERR_KNOCKDISABLED: :%s 715 %s :KNOCKs are disabled.
  118. RPL_TARGUMODEG: :%s 716 %s %s :is in +g mode (server side ignore)
  119. RPL_TARGNOTIFY: :%s 717 %s %s :has been informed that you messaged them.
  120. RPL_UMODEGMSG: :%s 718 %s %s :is messaging you, and you are umode +g.
  121. RPL_OMOTDSTART: :%s 720 %s :Start of OPER MOTD.
  122. RPL_OMOTD: :%s 721 %s :%s
  123. RPL_ENDOFOMOTD: :%s 722 %s :End of OPER MOTD.
  124. ERR_NOPRIVS: :%s 723 %s %s :Insufficient oper privs.
  125. RPL_TESTMASK: :%s 724 %s %s@%s %d %d :Local/remote clients match.
  126. RPL_TESTLINE: :%s 725 %s %c %ld %s :%s | %s
  127. RPL_NOTESTLINE: :%s 726 %s %s :No matches
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement