Advertisement
Guest User

Untitled

a guest
May 11th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 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 = ""
  111. anti_flood_prio_high = 2
  112. anti_flood_prio_low = 2
  113. autoconnect = on
  114. autojoin = ""
  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 = "https://github.com/GugiMistrz/EVIL-CPP-learning"
  129. msg_quit = "https://github.com/GugiMistrz/EVIL-CPP-learning"
  130. nicks = "Turysta"
  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 = "Turysta"
  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 = "#gugimorales,#linuxmint-help,#linuxmint-dev,#linuxmint-chat,#spotchat,#Deviant"
  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 = "https://github.com/GugiMistrz/EVIL-CPP-learning"
  190. CHAT.msg_quit = "https://github.com/GugiMistrz/EVIL-CPP-learning"
  191. CHAT.notify
  192. CHAT2.addresses = "chat.freenode.net"
  193. CHAT2.proxy
  194. CHAT2.ipv6
  195. CHAT2.ssl
  196. CHAT2.ssl_cert
  197. CHAT2.ssl_priorities
  198. CHAT2.ssl_dhkey_size
  199. CHAT2.ssl_fingerprint
  200. CHAT2.ssl_verify
  201. CHAT2.password
  202. CHAT2.capabilities
  203. CHAT2.sasl_mechanism
  204. CHAT2.sasl_username
  205. CHAT2.sasl_password
  206. CHAT2.sasl_key
  207. CHAT2.sasl_timeout
  208. CHAT2.sasl_fail
  209. CHAT2.autoconnect = on
  210. CHAT2.autoreconnect
  211. CHAT2.autoreconnect_delay
  212. CHAT2.nicks
  213. CHAT2.nicks_alternate
  214. CHAT2.username
  215. CHAT2.realname
  216. CHAT2.local_hostname
  217. CHAT2.usermode
  218. CHAT2.command
  219. CHAT2.command_delay
  220. CHAT2.autojoin = "#C++,#C++-general,##C,#firefox,#archlinux,#ubuntu,#debian,#bash,##networking,#nginx,#programming,#cisco,#letsencrypt"
  221. CHAT2.autorejoin
  222. CHAT2.autorejoin_delay
  223. CHAT2.connection_timeout
  224. CHAT2.anti_flood_prio_high
  225. CHAT2.anti_flood_prio_low
  226. CHAT2.away_check
  227. CHAT2.away_check_max_nicks
  228. CHAT2.msg_kick
  229. CHAT2.msg_part = "https://github.com/GugiMistrz/EVIL-CPP-learning"
  230. CHAT2.msg_quit = "https://github.com/GugiMistrz/EVIL-CPP-learning"
  231. CHAT2.notify
  232. CHAT3.addresses = "irc.gimp.org"
  233. CHAT3.proxy
  234. CHAT3.ipv6
  235. CHAT3.ssl
  236. CHAT3.ssl_cert
  237. CHAT3.ssl_priorities
  238. CHAT3.ssl_dhkey_size
  239. CHAT3.ssl_fingerprint
  240. CHAT3.ssl_verify
  241. CHAT3.password
  242. CHAT3.capabilities
  243. CHAT3.sasl_mechanism
  244. CHAT3.sasl_username
  245. CHAT3.sasl_password
  246. CHAT3.sasl_key
  247. CHAT3.sasl_timeout
  248. CHAT3.sasl_fail
  249. CHAT3.autoconnect = on
  250. CHAT3.autoreconnect
  251. CHAT3.autoreconnect_delay
  252. CHAT3.nicks
  253. CHAT3.nicks_alternate
  254. CHAT3.username
  255. CHAT3.realname
  256. CHAT3.local_hostname
  257. CHAT3.usermode
  258. CHAT3.command
  259. CHAT3.command_delay
  260. CHAT3.autojoin = "#c++,"
  261. CHAT3.autorejoin
  262. CHAT3.autorejoin_delay
  263. CHAT3.connection_timeout
  264. CHAT3.anti_flood_prio_high
  265. CHAT3.anti_flood_prio_low
  266. CHAT3.away_check
  267. CHAT3.away_check_max_nicks
  268. CHAT3.msg_kick
  269. CHAT3.msg_part = "https://github.com/GugiMistrz/EVIL-CPP-learning"
  270. CHAT3.msg_quit = "https://github.com/GugiMistrz/EVIL-CPP-learning"
  271. CHAT3.notify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement