Skip to content

Instantly share code, notes, and snippets.

@noromanba
Created September 26, 2015 19:58
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noromanba/b4f7168de1e2399ab917 to your computer and use it in GitHub Desktop.
Save noromanba/b4f7168de1e2399ab917 to your computer and use it in GitHub Desktop.
recommends settings for security in WeeChat

WeeChat security settings

recommends settings for security in WeeChat

disable leave msg

do not say when /part and /quit

/set irc.server_default.default_msg_part = ""
/set irc.server_default.default_msg_quit = ""

/save

disable CTCP

major CTCPs

/set irc.ctcp.clientinfo ""
/set irc.ctcp.finger ""
/set irc.ctcp.source ""
/set irc.ctcp.time ""
/set irc.ctcp.userinfo ""
/set irc.ctcp.version ""

/save

https://weechat.org/files/doc/devel/weechat_user.en.html#irc_ctcp_replies

probably ignored

/set irc.ctcp.ping ""

default setting

/set irc.ctcp.action ""

disable DCC

/plugin unload xfer
/set weechat.plugin.autoload *,!xfer

/save

https://mikaela.info/english/2015/03/18/nodcc.html

c.f.

@klopsi
Copy link

klopsi commented Dec 2, 2018

Thanks!

@brakenow
Copy link

Thanks from me too! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment