Advertisement
Guest User

irc.conf

a guest
Sep 7th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. #
  2. # irc.conf -- weechat v0.4.2
  3. #
  4.  
  5. [look]
  6. buffer_switch_autojoin = on
  7. buffer_switch_join = on
  8. color_nicks_in_names = on
  9. color_nicks_in_nicklist = on
  10. color_nicks_in_server_messages = on
  11. color_pv_nick_like_channel = on
  12. ctcp_time_format = "%a, %d %b %Y %T %z"
  13. display_away = local
  14. display_ctcp_blocked = on
  15. display_ctcp_reply = on
  16. display_ctcp_unknown = on
  17. display_host_join = on
  18. display_host_join_local = on
  19. display_host_quit = on
  20. display_join_message = "329,332,333,366"
  21. display_old_topic = on
  22. display_pv_away_once = on
  23. display_pv_back = on
  24. highlight_channel = "$nick"
  25. highlight_pv = "$nick"
  26. highlight_server = "$nick"
  27. highlight_tags = "irc_privmsg,irc_notice"
  28. item_away_message = on
  29. item_channel_modes_hide_key = off
  30. item_display_server = buffer_plugin
  31. item_nick_modes = on
  32. item_nick_prefix = off
  33. msgbuffer_fallback = current
  34. new_channel_position = none
  35. new_pv_position = none
  36. nick_color_force = ""
  37. nick_color_hash = sum
  38. nick_color_stop_chars = "_|["
  39. nick_completion_smart = speakers
  40. nick_mode = prefix
  41. nick_mode_empty = off
  42. nicks_hide_password = "nickserv"
  43. notice_as_pv = auto
  44. notice_welcome_redirect = on
  45. notify_tags_ison = "notify_message"
  46. notify_tags_whois = "notify_message"
  47. part_closes_buffer = off
  48. pv_buffer = independent
  49. pv_tags = "notify_private"
  50. raw_messages = 256
  51. server_buffer = merge_with_core
  52. smart_filter = on
  53. smart_filter_delay = 5
  54. smart_filter_join = on
  55. smart_filter_join_unmask = 30
  56. smart_filter_nick = on
  57. smart_filter_quit = on
  58. topic_strip_colors = off
  59.  
  60. [color]
  61. input_nick = lightcyan
  62. item_away = yellow
  63. item_channel_modes = default
  64. item_lag_counting = default
  65. item_lag_finished = yellow
  66. message_join = white
  67. message_quit = black
  68. mirc_remap = "1,-1:darkgray"
  69. nick_prefixes = "q:white;a:white;o:white;h:white;v:white;*:white"
  70. notice = black
  71. reason_quit = default
  72. topic_new = white
  73. topic_old = default
  74.  
  75. [network]
  76. alternate_nick = on
  77. autoreconnect_delay_growing = 2
  78. autoreconnect_delay_max = 600
  79. colors_receive = on
  80. colors_send = on
  81. lag_check = 60
  82. lag_min_show = 500
  83. lag_reconnect = 0
  84. lag_refresh_interval = 1
  85. notify_check_ison = 1
  86. notify_check_whois = 5
  87. send_unknown_commands = off
  88. whois_double_nick = off
  89.  
  90. [msgbuffer]
  91.  
  92. [ctcp]
  93.  
  94. [ignore]
  95.  
  96. [server_default]
  97. addresses = ""
  98. anti_flood_prio_high = 2
  99. anti_flood_prio_low = 2
  100. autoconnect = off
  101. autojoin = ""
  102. autoreconnect = on
  103. autoreconnect_delay = 10
  104. autorejoin = off
  105. autorejoin_delay = 30
  106. away_check = 0
  107. away_check_max_nicks = 25
  108. capabilities = ""
  109. command = ""
  110. command_delay = 0
  111. connection_timeout = 60
  112. default_msg_part = "rndtx has vanished"
  113. default_msg_quit = "rndtx has disappeared"
  114. ipv6 = on
  115. local_hostname = ""
  116. nicks = "randalltux,rndtx0,rndtx1,rndtx,rndtx2"
  117. notify = ""
  118. password = ""
  119. proxy = ""
  120. realname = ""
  121. sasl_mechanism = plain
  122. sasl_password = ""
  123. sasl_timeout = 15
  124. sasl_username = ""
  125. ssl = off
  126. ssl_cert = ""
  127. ssl_dhkey_size = 2048
  128. ssl_priorities = "NORMAL:-VERS-SSL3.0"
  129. ssl_verify = on
  130. username = "randalltux"
  131.  
  132. [server]
  133. nixers.addresses = "irc.ibt.or.id"
  134. nixers.proxy
  135. nixers.ipv6
  136. nixers.ssl
  137. nixers.ssl_cert
  138. nixers.ssl_priorities
  139. nixers.ssl_dhkey_size
  140. nixers.ssl_verify
  141. nixers.password
  142. nixers.capabilities
  143. nixers.sasl_mechanism
  144. nixers.sasl_username
  145. nixers.sasl_password
  146. nixers.sasl_timeout
  147. nixers.autoconnect
  148. nixers.autoreconnect
  149. nixers.autoreconnect_delay
  150. nixers.nicks
  151. nixers.username
  152. nixers.realname
  153. nixers.local_hostname
  154. nixers.command
  155. nixers.command_delay
  156. nixers.autojoin
  157. nixers.autorejoin
  158. nixers.autorejoin_delay
  159. nixers.connection_timeout
  160. nixers.anti_flood_prio_high
  161. nixers.anti_flood_prio_low
  162. nixers.away_check
  163. nixers.away_check_max_nicks
  164. nixers.default_msg_part
  165. nixers.default_msg_quit
  166. nixers.notify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement