Advertisement
Guest User

Untitled

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