Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. #
  2. # weechat -- irc.conf
  3. #
  4. # WARNING: It is NOT recommended to edit this file by hand,
  5. # especially if WeeChat is running.
  6. #
  7. # Use /set or similar command to change settings in WeeChat.
  8. #
  9. # For more info, see: https://weechat.org/doc/quickstart
  10. #
  11.  
  12. [look]
  13. buffer_open_before_autojoin = on
  14. buffer_open_before_join = off
  15. buffer_switch_autojoin = on
  16. buffer_switch_join = on
  17. color_nicks_in_names = off
  18. color_nicks_in_nicklist = off
  19. color_nicks_in_server_messages = on
  20. color_pv_nick_like_channel = on
  21. ctcp_time_format = "%a, %d %b %Y %T %z"
  22. display_away = local
  23. display_ctcp_blocked = on
  24. display_ctcp_reply = on
  25. display_ctcp_unknown = on
  26. display_host_join = on
  27. display_host_join_local = on
  28. display_host_quit = on
  29. display_join_message = "329,332,333,366"
  30. display_old_topic = on
  31. display_pv_away_once = on
  32. display_pv_back = on
  33. highlight_channel = "$nick"
  34. highlight_pv = "$nick"
  35. highlight_server = "$nick"
  36. highlight_tags_restrict = "irc_privmsg,irc_notice"
  37. item_channel_modes_hide_args = "k"
  38. item_display_server = buffer_plugin
  39. item_nick_modes = on
  40. item_nick_prefix = on
  41. join_auto_add_chantype = off
  42. msgbuffer_fallback = current
  43. new_channel_position = none
  44. new_pv_position = none
  45. nick_completion_smart = speakers
  46. nick_mode = prefix
  47. nick_mode_empty = off
  48. nicks_hide_password = "nickserv"
  49. notice_as_pv = auto
  50. notice_welcome_redirect = on
  51. notice_welcome_tags = ""
  52. notify_tags_ison = "notify_message"
  53. notify_tags_whois = "notify_message"
  54. part_closes_buffer = off
  55. pv_buffer = independent
  56. pv_tags = "notify_private"
  57. raw_messages = 256
  58. server_buffer = merge_with_core
  59. smart_filter = on
  60. smart_filter_chghost = on
  61. smart_filter_delay = 5
  62. smart_filter_join = on
  63. smart_filter_join_unmask = 30
  64. smart_filter_mode = "+"
  65. smart_filter_nick = on
  66. smart_filter_quit = on
  67. temporary_servers = on
  68. topic_strip_colors = off
  69.  
  70. [color]
  71. input_nick = lightcyan
  72. item_channel_modes = default
  73. item_lag_counting = default
  74. item_lag_finished = yellow
  75. item_nick_modes = default
  76. message_chghost = brown
  77. message_join = green
  78. message_quit = red
  79. mirc_remap = "1,-1:darkgray"
  80. nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
  81. notice = green
  82. reason_quit = default
  83. topic_current = default
  84. topic_new = white
  85. topic_old = default
  86.  
  87. [network]
  88. autoreconnect_delay_growing = 2
  89. autoreconnect_delay_max = 600
  90. ban_mask_default = "*!$ident@$host"
  91. channel_encode = off
  92. colors_receive = on
  93. colors_send = on
  94. lag_check = 60
  95. lag_max = 1800
  96. lag_min_show = 500
  97. lag_reconnect = 0
  98. lag_refresh_interval = 1
  99. notify_check_ison = 1
  100. notify_check_whois = 5
  101. sasl_fail_unavailable = on
  102. send_unknown_commands = off
  103. whois_double_nick = off
  104.  
  105. [msgbuffer]
  106.  
  107. [ctcp]
  108. version = "mIRC 6.1!"
  109.  
  110. [ignore]
  111.  
  112. [server_default]
  113. addresses = ""
  114. anti_flood_prio_high = 2
  115. anti_flood_prio_low = 2
  116. autoconnect = off
  117. autojoin = ""
  118. autoreconnect = on
  119. autoreconnect_delay = 10
  120. autorejoin = off
  121. autorejoin_delay = 30
  122. away_check = 0
  123. away_check_max_nicks = 25
  124. capabilities = ""
  125. command = ""
  126. command_delay = 0
  127. connection_timeout = 60
  128. ipv6 = on
  129. local_hostname = ""
  130. msg_kick = ""
  131. msg_part = "WeeChat ${info:version}"
  132. msg_quit = "WeeChat ${info:version}"
  133. nicks = "brutus,brutus1,brutus2,brutus3,brutus4"
  134. nicks_alternate = on
  135. notify = ""
  136. password = ""
  137. proxy = ""
  138. realname = ""
  139. sasl_fail = continue
  140. sasl_key = ""
  141. sasl_mechanism = plain
  142. sasl_password = ""
  143. sasl_timeout = 15
  144. sasl_username = ""
  145. split_msg_max_length = 512
  146. ssl = off
  147. ssl_cert = ""
  148. ssl_dhkey_size = 2048
  149. ssl_fingerprint = ""
  150. ssl_priorities = "NORMAL"
  151. ssl_verify = on
  152. usermode = ""
  153. username = "brutus"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement