Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

format.yml 7.7KB

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