mirror of https://tildegit.org/ben/dotfiles
add hacking.allowed.org
parent
4f04567a43
commit
0c8d2a0e49
|
@ -19,7 +19,7 @@ suggestion_delimiter_word = cyan
|
|||
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
||||
default_dict = ""
|
||||
during_search = off
|
||||
enabled = off
|
||||
enabled = on
|
||||
real_time = off
|
||||
suggestions = -1
|
||||
word_min_length = 2
|
||||
|
|
|
@ -180,7 +180,7 @@ tilde.local_hostname
|
|||
tilde.usermode
|
||||
tilde.command = "/oper root ${sec.data.tildenetoper}; /msg operserv login ${sec.data.pass}"
|
||||
tilde.command_delay
|
||||
tilde.autojoin = "#chaos,#secret-sudoers,#opers,#meta,#team,#sudoers,#YourTilde,#bots,#music,#share,#politics,#dnd,#gopher,#tildeverse,#idlerpg,#tilderadio,#zaphod,#minecraft,#bbj,#tildelinux,#slbr,#dadjokes,#cosmic,#institute,#.tilde,#unkt,#trivia,#tildetel,#dcss,#center,#~,#,#thunix,#theasylum,#minetest,#town,#aussie,#sr.ht,#tildegames 57:60,secretsudoteam,youneedtoknowthepassword"
|
||||
tilde.autojoin = "#opers,#secret-sudoers,#chaos,#meta,#team,#sudoers,#YourTilde,#bots,#music,#share,#politics,#dnd,#gopher,#tildeverse,#idlerpg,#tilderadio,#zaphod,#minecraft,#bbj,#tildelinux,#slbr,#dadjokes,#cosmic,#institute,#.tilde,#unkt,#trivia,#tildetel,#dcss,#center,#~,#,#thunix,#theasylum,#minetest,#town,#aussie,#sr.ht,#tildegames youneedtoknowthepassword,secretsudoteam,57:60"
|
||||
tilde.autorejoin
|
||||
tilde.autorejoin_delay
|
||||
tilde.connection_timeout
|
||||
|
@ -221,7 +221,7 @@ hashbang.local_hostname
|
|||
hashbang.usermode
|
||||
hashbang.command = "/oper benharri x"
|
||||
hashbang.command_delay
|
||||
hashbang.autojoin = "#!support,#!space,#!politics,#!os,#!social,#!,#dots,#!opers"
|
||||
hashbang.autojoin = "#!git,#!support,#!space,#!politics,#!os,#!social,#!,#dots,#!opers"
|
||||
hashbang.autorejoin
|
||||
hashbang.autorejoin_delay
|
||||
hashbang.connection_timeout
|
||||
|
@ -344,7 +344,7 @@ sdf.local_hostname
|
|||
sdf.usermode
|
||||
sdf.command
|
||||
sdf.command_delay
|
||||
sdf.autojoin = "#anonradio,#gopher,#sdf,#helpdesk"
|
||||
sdf.autojoin = "#sdf,#gopher,#anonradio,#helpdesk"
|
||||
sdf.autorejoin
|
||||
sdf.autorejoin_delay
|
||||
sdf.connection_timeout
|
||||
|
@ -644,3 +644,44 @@ gitter.msg_part
|
|||
gitter.msg_quit
|
||||
gitter.notify
|
||||
gitter.split_msg_max_length
|
||||
hacking.addresses = "irc.hacking.allowed.org"
|
||||
hacking.proxy
|
||||
hacking.ipv6
|
||||
hacking.ssl
|
||||
hacking.ssl_cert
|
||||
hacking.ssl_priorities
|
||||
hacking.ssl_dhkey_size
|
||||
hacking.ssl_fingerprint
|
||||
hacking.ssl_verify
|
||||
hacking.password
|
||||
hacking.capabilities
|
||||
hacking.sasl_mechanism
|
||||
hacking.sasl_username
|
||||
hacking.sasl_password
|
||||
hacking.sasl_key
|
||||
hacking.sasl_timeout
|
||||
hacking.sasl_fail
|
||||
hacking.autoconnect
|
||||
hacking.autoreconnect
|
||||
hacking.autoreconnect_delay
|
||||
hacking.nicks
|
||||
hacking.nicks_alternate
|
||||
hacking.username
|
||||
hacking.realname
|
||||
hacking.local_hostname
|
||||
hacking.usermode
|
||||
hacking.command
|
||||
hacking.command_delay
|
||||
hacking.autojoin
|
||||
hacking.autorejoin
|
||||
hacking.autorejoin_delay
|
||||
hacking.connection_timeout
|
||||
hacking.anti_flood_prio_high
|
||||
hacking.anti_flood_prio_low
|
||||
hacking.away_check
|
||||
hacking.away_check_max_nicks
|
||||
hacking.msg_kick
|
||||
hacking.msg_part
|
||||
hacking.msg_quit
|
||||
hacking.notify
|
||||
hacking.split_msg_max_length
|
||||
|
|
|
@ -67,7 +67,7 @@ python.buffer_autoclose.age_limit = "30"
|
|||
python.buffer_autoclose.ignore = ""
|
||||
python.buffer_autoclose.interval = "1"
|
||||
python.check_license = "off"
|
||||
python.completion.replace_values = "shrug=>¯\_(ツ)_/¯;;tf=>(ノಥ益ಥ)ノ彡┻━┻;;lenny=>( ͡° ͜ʖ ͡°)"
|
||||
python.completion.replace_values = "shrug=>¯\_(ツ)_/¯;;wiki=>https://tilde.team/wiki/;;lenny=>( ͡° ͜ʖ ͡°);;huh=>(-_-)ゞ゛;;tablefix=>┬─┬ノ( º _ ºノ);;weedoc=>https://weechat.org/files/doc/stable/weechat_user.en.html;;weekeys=>https://weechat.org/files/doc/stable/weechat_user.en.html#key_bindings;;denko=>(´・ω・`);;yuno=>ლ(́ಠ◞益◟ಠ‵ლ);;tf=>(ノಥ益ಥ)ノ彡┻━┻"
|
||||
python.go.auto_jump = "off"
|
||||
python.go.buffer_number = "on"
|
||||
python.go.color_name = "black,cyan"
|
||||
|
|
Loading…
Reference in New Issue