Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. #
  2. # irc.conf -- weechat v0.3.2
  3. #
  4.  
  5. [look]
  6. color_nicks_in_server_messages = on
  7. color_pv_nick_like_channel = on
  8. display_away = local
  9. display_ctcp_blocked = on
  10. display_ctcp_reply = on
  11. display_ctcp_unknown = on
  12. display_old_topic = on
  13. hide_nickserv_pwd = on
  14. highlight_tags = "irc_privmsg,irc_notice"
  15. item_channel_modes = on
  16. item_channel_modes_hide_key = off
  17. item_display_server = buffer_plugin
  18. item_nick_modes = on
  19. item_nick_prefix = on
  20. msgbuffer_fallback = current
  21. nick_completion_smart = speakers
  22. nick_prefix = ""
  23. nick_suffix = ""
  24. notice_as_pv = auto
  25. open_channel_near_server = off
  26. open_pv_near_server = off
  27. part_closes_buffer = off
  28. raw_messages = 256
  29. server_buffer = merge_with_core
  30. show_away_once = on
  31. smart_filter = on
  32. smart_filter_delay = 5
  33. smart_filter_join = on
  34. smart_filter_quit = on
  35. topic_strip_colors = off
  36.  
  37. [color]
  38. input_nick = lightcyan
  39. item_away = yellow
  40. item_channel_modes = default
  41. message_join = green
  42. message_quit = red
  43. notice = green
  44.  
  45. [network]
  46. anti_flood_prio_high = 2
  47. anti_flood_prio_low = 2
  48. away_check = 0
  49. away_check_max_nicks = 25
  50. colors_receive = on
  51. colors_send = on
  52. connection_timeout = 60
  53. default_msg_part = "WeeChat %v"
  54. default_msg_quit = "WeeChat %v"
  55. lag_check = 60
  56. lag_disconnect = 0
  57. lag_min_show = 1
  58. send_unknown_commands = off
  59.  
  60. [msgbuffer]
  61.  
  62. [ctcp]
  63.  
  64. [ignore]
  65.  
  66. [server_default]
  67. addresses = ""
  68. autoconnect = off
  69. autojoin = ""
  70. autoreconnect = on
  71. autoreconnect_delay = 30
  72. autorejoin = off
  73. autorejoin_delay = 30
  74. command = ""
  75. command_delay = 0
  76. ipv6 = off
  77. local_hostname = ""
  78. nicks = "ss,ss1,ss2,ss3,ss4"
  79. password = ""
  80. proxy = ""
  81. realname = "ss"
  82. sasl_mechanism = plain
  83. sasl_password = ""
  84. sasl_timeout = 15
  85. sasl_username = ""
  86. ssl = off
  87. ssl_cert = ""
  88. ssl_dhkey_size = 2048
  89. ssl_verify = on
  90. username = "ss"
  91.  
  92. [server]
  93. freenode.addresses = "chat.freenode.net/6667"
  94. freenode.proxy = null
  95. freenode.ipv6 = null
  96. freenode.ssl = null
  97. freenode.ssl_cert = null
  98. freenode.ssl_dhkey_size = null
  99. freenode.ssl_verify = null
  100. freenode.password = null
  101. freenode.sasl_mechanism = null
  102. freenode.sasl_username = null
  103. freenode.sasl_password = null
  104. freenode.sasl_timeout = null
  105. freenode.autoconnect = null
  106. freenode.autoreconnect = null
  107. freenode.autoreconnect_delay = null
  108. freenode.nicks = null
  109. freenode.username = null
  110. freenode.realname = null
  111. freenode.local_hostname = null
  112. freenode.command = null
  113. freenode.command_delay = null
  114. freenode.autojoin = null
  115. freenode.autorejoin = null
  116. freenode.autorejoin_delay = null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement