Advertisement
Guest User

Untitled

a guest
May 4th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 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_delay = 5
  61. smart_filter_join = on
  62. smart_filter_join_unmask = 30
  63. smart_filter_mode = "+"
  64. smart_filter_nick = on
  65. smart_filter_quit = on
  66. temporary_servers = off
  67. topic_strip_colors = off
  68.  
  69. [color]
  70. input_nick = lightcyan
  71. item_channel_modes = default
  72. item_lag_counting = default
  73. item_lag_finished = yellow
  74. item_nick_modes = default
  75. message_join = green
  76. message_quit = red
  77. mirc_remap = "1,-1:darkgray"
  78. nick_prefixes = "y:lightred;q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
  79. notice = green
  80. reason_quit = default
  81. topic_current = default
  82. topic_new = white
  83. topic_old = default
  84.  
  85. [network]
  86. autoreconnect_delay_growing = 2
  87. autoreconnect_delay_max = 600
  88. ban_mask_default = "*!$ident@$host"
  89. channel_encode = off
  90. colors_receive = on
  91. colors_send = on
  92. lag_check = 60
  93. lag_max = 1800
  94. lag_min_show = 500
  95. lag_reconnect = 300
  96. lag_refresh_interval = 1
  97. notify_check_ison = 1
  98. notify_check_whois = 5
  99. sasl_fail_unavailable = on
  100. send_unknown_commands = off
  101. whois_double_nick = off
  102.  
  103. [msgbuffer]
  104.  
  105. [ctcp]
  106.  
  107. [ignore]
  108.  
  109. [server_default]
  110. addresses = "irc.spotchat.org"
  111. anti_flood_prio_high = 2
  112. anti_flood_prio_low = 2
  113. autoconnect = on
  114. autojoin = "#gugimorales"
  115. autoreconnect = on
  116. autoreconnect_delay = 10
  117. autorejoin = off
  118. autorejoin_delay = 30
  119. away_check = 0
  120. away_check_max_nicks = 25
  121. capabilities = ""
  122. command = ""
  123. command_delay = 0
  124. connection_timeout = 60
  125. ipv6 = on
  126. local_hostname = ""
  127. msg_kick = ""
  128. msg_part = "WeeChat ${info:version}"
  129. msg_quit = "WeeChat ${info:version}"
  130. nicks = "fafarafa"
  131. nicks_alternate = on
  132. notify = ""
  133. password = ""
  134. proxy = ""
  135. realname = ""
  136. sasl_fail = continue
  137. sasl_key = ""
  138. sasl_mechanism = plain
  139. sasl_password = ""
  140. sasl_timeout = 15
  141. sasl_username = ""
  142. ssl = off
  143. ssl_cert = ""
  144. ssl_dhkey_size = 2048
  145. ssl_fingerprint = ""
  146. ssl_priorities = "NORMAL:-VERS-SSL3.0"
  147. ssl_verify = on
  148. usermode = ""
  149. username = "NICK" ======================== tutaj name
  150.  
  151. [server]
  152. CHAT.addresses = "irc.spotchat.org"
  153. CHAT.proxy
  154. CHAT.ipv6
  155. CHAT.ssl
  156. CHAT.ssl_cert
  157. CHAT.ssl_priorities
  158. CHAT.ssl_dhkey_size
  159. CHAT.ssl_fingerprint
  160. CHAT.ssl_verify
  161. CHAT.password
  162. CHAT.capabilities
  163. CHAT.sasl_mechanism
  164. CHAT.sasl_username
  165. CHAT.sasl_password
  166. CHAT.sasl_key
  167. CHAT.sasl_timeout
  168. CHAT.sasl_fail
  169. CHAT.autoconnect
  170. CHAT.autoreconnect
  171. CHAT.autoreconnect_delay
  172. CHAT.nicks
  173. CHAT.nicks_alternate
  174. CHAT.username
  175. CHAT.realname
  176. CHAT.local_hostname
  177. CHAT.usermode
  178. CHAT.command
  179. CHAT.command_delay
  180. CHAT.autojoin
  181. CHAT.autorejoin
  182. CHAT.autorejoin_delay
  183. CHAT.connection_timeout
  184. CHAT.anti_flood_prio_high
  185. CHAT.anti_flood_prio_low
  186. CHAT.away_check
  187. CHAT.away_check_max_nicks
  188. CHAT.msg_kick
  189. CHAT.msg_part
  190. CHAT.msg_quit
  191. CHAT.notify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement