You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

format.yml 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. ---
  2. ################## Server events ###################################################################
  3. ServerCtcpEvent:
  4. format: "-!- CTCP {{type}} from {{user.nickname}}."
  5. colour: 4
  6. ServerCtcpReplyEvent:
  7. format: "-!- CTCP {{type}} reply from {{user.nickname}}: {{content}}."
  8. colour: 4
  9. ################## Channel join/part/quit events ###################################################
  10. ChannelJoinEvent:
  11. format: >
  12. * {{client.nickname}} ({{client.username}}@{{client.hostname}})
  13. has joined {{channel.name}}.
  14. colour: 3
  15. ChannelSelfJoinEvent:
  16. format: "* You are now talking in {{channel.name}}."
  17. colour: 3
  18. ChannelPartEvent:
  19. format: >
  20. * {{client.modePrefixedNickname}} ({{client.username}}@{{client.hostname}})
  21. has left {{channel.name}}{{message|bracketed}}.
  22. colour: 3
  23. ChannelSelfPartEvent:
  24. format: >
  25. * You have left {{channel.name}}{{message|bracketed}}.
  26. colour: 3
  27. ChannelQuitEvent:
  28. format: >
  29. * {{client.modePrefixedNickname}} ({{client.username}}@{{client.hostname}})
  30. has quit IRC{{message|bracketed}}.
  31. colour: 2
  32. ################## Channel message events ##########################################################
  33. ChannelActionEvent:
  34. format: "* {{client.modePrefixedNickname}} {{message}}"
  35. colour: 6
  36. ChannelSelfActionEvent:
  37. format: "* {{client.modePrefixedNickname}} {{message}}"
  38. colour: 6
  39. ChannelMessageEvent:
  40. format: "<{{client.modePrefixedNickname}}> {{message}}"
  41. ChannelSelfMessageEvent:
  42. format: "<{{client.modePrefixedNickname}}> {{message}}"
  43. ChannelModeNoticeEvent:
  44. format: "-{{client.modePrefixedNickname}}:{{prefix}}{{channel.name}}- {{message}}"
  45. colour: 5
  46. ChannelNoticeEvent:
  47. format: "-{{client.modePrefixedNickname}}:{{channel.name}}- {{message}}"
  48. colour: 5
  49. ChannelCtcpEvent:
  50. format: "-!- CTCP {{type}} from {{client.modePrefixedNickname}}."
  51. colour: 4
  52. ################## Channel topic/mode events #######################################################
  53. ChannelGotTopicEvent:
  54. format: |
  55. * The topic for {{channel.name}} is '{{topic.topic}}'.
  56. * Topic was set by {{user.nickname}} at {{topic.time}}.
  57. colour: 3
  58. ChannelTopicChangeEvent:
  59. format: "* {{user.nickname}} has changed the topic to {{topic.topic}}."
  60. colour: 3
  61. ChannelNoTopicEvent:
  62. format: "* There is no topic set for {{channel.name}}."
  63. colour: 3
  64. ChannelTopicUnsetEvent:
  65. format: "* {{client.modePrefixedNickname}} has removed the topic on {{channel.name}}."
  66. colour: 3
  67. ChannelModeChangeEvent:
  68. format: "* {{client.modePrefixedNickname}} sets mode: {{modes}}."
  69. colour: 3
  70. ChannelSelfModeChangeEvent:
  71. format: "* You set mode: {{modes}}."
  72. colour: 3
  73. ################## Channel user events #############################################################
  74. ChannelNickChangeEvent:
  75. format: "* {{client.importantMode}}{{oldNick}} is now known as {{client.nickname}}."
  76. colour: 3
  77. ChannelSelfNickChangeEvent:
  78. format: "* You are now known as {{client.nickname}}."
  79. colour: 3
  80. ChannelKickEvent:
  81. format: >
  82. * {{client.modePrefixedNickname}} has kicked {{victim.modePrefixedNickname}} from
  83. {{channel.name}}{{reason|bracketed}}.
  84. colour: 3
  85. ################## Query events ####################################################################
  86. QueryActionEvent:
  87. format: "* {{user.nickname}} {{message}}"
  88. colour: 6
  89. QuerySelfActionEvent:
  90. format: "* {{user.nickname}} {{message}}"
  91. colour: 6
  92. QueryMessageEvent:
  93. format: "<{{user.nickname}}> {{message}}"
  94. QuerySelfMessageEvent:
  95. format: "<{{user.nickname}}> {{message}}"
  96. ################## Miscellaneous events ############################################################
  97. CommandErrorEvent:
  98. format: "{{message}}"
  99. colour: 7
  100. CommandOutputEvent:
  101. format: "{{message}}"
  102. ################## TODO ############################################################################
  103. # channelUserAway=14-- %1$s%2$s is now away.
  104. # channelUserBack=14-- %1$s%2$s is now back.
  105. # channelUserAwayDiscovered=14-- %1$s%2$s is away.
  106. # channelUserBackDiscovered=14-- %1$s%2$s is back.
  107. # channelSplitUserMode_default=3* %1$s%2$s sets mode %9$s on %6$s.
  108. # channelNoModes=3* There are no channel modes for %2$s.
  109. # channelModeDiscovered=3* Channel modes for %2$s are: %1$s.
  110. # privateNotice=5-%1$s- %4$s
  111. # serverNotice=5-%1$s- %4$s
  112. # queryNickChanged=3* %1$s is now known as %4$s.
  113. # userModeChanged=3* %1$s sets user mode: %4$s.
  114. # userNoModes=3* No user modes.
  115. # userModeDiscovered=3* User modes are: %4$s.
  116. # queryQuitReason=2* %1$s has quit IRC (%4$s).
  117. # queryMessageHighlight=4<%1$s> %4$s
  118. # queryActionHighlight=6* %1$s %4$s
  119. # inviteReceived=2* You have been invited to %4$s by %1$s.
  120. # walluser=5!%1$s! %4$s
  121. # wallop=5$%1$s$ %4$s
  122. # walldesync=5/%1$s/ %4$s
  123. # queryQuit=2* %1$s has quit IRC.
  124. # selfCTCP=4->- [%1$s] %2$s
  125. # selfNotice=5>%1$s> %2$s
  126. # selfMessage=>[%1$s]> %2$s
  127. # connectError=2Error connecting: %2$s
  128. # connectRetry=2Reconnecting in %2$u...
  129. # serverConnecting=Connecting to %1$s:%2$s...
  130. # back=14You are no longer marked as away.
  131. # serverDisconnectInProgress=A disconnection attempt is in progress, please wait...
  132. # serverConnectInProgress=A connection attempt is in progress, please wait...
  133. # authNotice=5-AUTH- %1$s
  134. # away=14You are now marked as away (%1$s14).
  135. # rawCommand=10>>> %1$s
  136. # unknownCommand=14Unknown command %1$s.
  137. # socketClosed=2-!- You have been disconnected from the server.
  138. # stonedServer=2-!- Disconnected from a non-responsive server.
  139. # motdStart=10%1$s
  140. # motdLine=10%1$s
  141. # motdEnd=10%1$s
  142. # rawIn=<< %1$s
  143. # rawOut=>> %1$s
  144. # commandOutput=%1$s
  145. # actionTooLong=Warning: action too long to be sent
  146. # tabCompletion=14Multiple possibilities: %1$s
  147. # serverError=4ERROR: %1$s
  148. # serverUnknownProtocol=4Unknown protocol '%1$s'. Unable to connect.
  149. # selfNickChange=3* You are now known as %2$s.
  150. # unknownNotice=5-[%1$s:%2$s]- %3$s
  151. # unknownMessage=5<[%1$s:%2$s]> %3$s
  152. # unknownNotice=5* [%1$s:%2$s] %3$s
  153. # commandUsage=7Usage: %1$s%2$s %3$s
  154. # numeric_006=%4$s
  155. # numeric_007=%4$s
  156. # numeric_015=%4$s
  157. # numeric_017=%4$s
  158. # numeric_251=10%4$s
  159. # numeric_252=10%4$s %5$s
  160. # numeric_253=10%4$s %5$s
  161. # numeric_254=10%4$s %5$s
  162. # numeric_255=10%4$s
  163. # numeric_290=%4$s
  164. # numeric_292=%4$s
  165. # numeric_294=%4$s
  166. # numeric_301=%4$s is away: %5$s
  167. # numeric_311=-\n%4$s is %5$s@%6$s (%8$s).
  168. # numeric_312=%4$s is connected to %5$s (%6$s).
  169. # numeric_317=%4$s has been idle for %5$u; signed on at %6$TT on %6$TF.
  170. # numeric_318=End of WHOIS info for %4$s.\n-
  171. # numeric_319=%4$s is on: %5$s
  172. # numeric_401=6A7000%4$s: %5$s
  173. # numeric_404=6A7000%5$s
  174. # numeric_405=6A7000%4$s: %5$s
  175. # numeric_421=6A7000%4$s: %5$s
  176. # numeric_432=6A7000%5$s
  177. # numeric_433=6A7000%4$s: %5$s
  178. # numeric_437=6A7000%5$s
  179. # numeric_438=6A7000%5$s
  180. # numeric_461=6A7000%4$s: %5$s
  181. # numeric_471=6A7000%4$s: %5$s
  182. # numeric_472=6A7000%4$s: %5$s
  183. # numeric_473=6A7000%4$s: %5$s
  184. # numeric_474=6A7000%4$s: %5$s
  185. # numeric_475=6A7000%4$s: %5$s
  186. # numeric_479=6A7000%4$s: %5$s
  187. # numeric_482=6A7000%4$s: %5$s
  188. # numeric_486=6A7000%4$s: %5$s
  189. # numeric_unreal_486=6A7000%4$s
  190. # numeric_499=6A7000%4$s: %5$s
  191. # numeric_501=6A7000%4$s: %5$s
  192. # numeric_hybrid_501=6A7000%4$s
  193. # numeric_524=6A7000%4$s: %5$s
  194. # numeric_705=%5$s