mirror of https://tildegit.org/ben/dotfiles
add /emoji alias
parent
c82e352ab9
commit
9a912b7796
|
@ -18,6 +18,7 @@ CHAT = "dcc chat"
|
||||||
CL = "buffer clear"
|
CL = "buffer clear"
|
||||||
CLOSE = "buffer close"
|
CLOSE = "buffer close"
|
||||||
CS = "quote chanserv"
|
CS = "quote chanserv"
|
||||||
|
emoji = "exec -o python3 -c 'print(__import__("emoji").emojize("$*", use_aliases=True))'"
|
||||||
factor = "/exec -sh -o factor $1 | cut -d" " -f 2,3 | tr " " ",""
|
factor = "/exec -sh -o factor $1 | cut -d" " -f 2,3 | tr " " ",""
|
||||||
flip = "/exec -o flip table $*"
|
flip = "/exec -o flip table $*"
|
||||||
HS = "quote hostserv"
|
HS = "quote hostserv"
|
||||||
|
|
|
@ -19,7 +19,7 @@ color_nicks_in_nicklist = on
|
||||||
color_nicks_in_server_messages = on
|
color_nicks_in_server_messages = on
|
||||||
color_pv_nick_like_channel = on
|
color_pv_nick_like_channel = on
|
||||||
ctcp_time_format = "%a, %d %b %Y %T %z"
|
ctcp_time_format = "%a, %d %b %Y %T %z"
|
||||||
display_away = local
|
display_away = off
|
||||||
display_ctcp_blocked = on
|
display_ctcp_blocked = on
|
||||||
display_ctcp_reply = on
|
display_ctcp_reply = on
|
||||||
display_ctcp_unknown = on
|
display_ctcp_unknown = on
|
||||||
|
@ -616,7 +616,7 @@ bitlbee.ssl_verify
|
||||||
bitlbee.password
|
bitlbee.password
|
||||||
bitlbee.capabilities
|
bitlbee.capabilities
|
||||||
bitlbee.sasl_mechanism
|
bitlbee.sasl_mechanism
|
||||||
bitlbee.sasl_username
|
bitlbee.sasl_username = "benharri"
|
||||||
bitlbee.sasl_password = "${sec.data.pass}"
|
bitlbee.sasl_password = "${sec.data.pass}"
|
||||||
bitlbee.sasl_key
|
bitlbee.sasl_key
|
||||||
bitlbee.sasl_timeout
|
bitlbee.sasl_timeout
|
||||||
|
@ -632,7 +632,7 @@ bitlbee.local_hostname
|
||||||
bitlbee.usermode
|
bitlbee.usermode
|
||||||
bitlbee.command
|
bitlbee.command
|
||||||
bitlbee.command_delay
|
bitlbee.command_delay
|
||||||
bitlbee.autojoin = "&bitlbee,#tilde.zone_@ben,#twitter_nebsirrah"
|
bitlbee.autojoin = "&bitlbee,#tilde.zone_@ben"
|
||||||
bitlbee.autorejoin
|
bitlbee.autorejoin
|
||||||
bitlbee.autorejoin_delay
|
bitlbee.autorejoin_delay
|
||||||
bitlbee.connection_timeout
|
bitlbee.connection_timeout
|
||||||
|
@ -686,44 +686,3 @@ red.msg_part
|
||||||
red.msg_quit
|
red.msg_quit
|
||||||
red.notify
|
red.notify
|
||||||
red.split_msg_max_length
|
red.split_msg_max_length
|
||||||
ctrl-c.addresses = "ctrl-c.club"
|
|
||||||
ctrl-c.proxy
|
|
||||||
ctrl-c.ipv6
|
|
||||||
ctrl-c.ssl
|
|
||||||
ctrl-c.ssl_cert
|
|
||||||
ctrl-c.ssl_priorities
|
|
||||||
ctrl-c.ssl_dhkey_size
|
|
||||||
ctrl-c.ssl_fingerprint
|
|
||||||
ctrl-c.ssl_verify
|
|
||||||
ctrl-c.password
|
|
||||||
ctrl-c.capabilities
|
|
||||||
ctrl-c.sasl_mechanism
|
|
||||||
ctrl-c.sasl_username
|
|
||||||
ctrl-c.sasl_password
|
|
||||||
ctrl-c.sasl_key
|
|
||||||
ctrl-c.sasl_timeout
|
|
||||||
ctrl-c.sasl_fail
|
|
||||||
ctrl-c.autoconnect
|
|
||||||
ctrl-c.autoreconnect
|
|
||||||
ctrl-c.autoreconnect_delay
|
|
||||||
ctrl-c.nicks
|
|
||||||
ctrl-c.nicks_alternate
|
|
||||||
ctrl-c.username
|
|
||||||
ctrl-c.realname
|
|
||||||
ctrl-c.local_hostname
|
|
||||||
ctrl-c.usermode
|
|
||||||
ctrl-c.command
|
|
||||||
ctrl-c.command_delay
|
|
||||||
ctrl-c.autojoin = "#chat"
|
|
||||||
ctrl-c.autorejoin
|
|
||||||
ctrl-c.autorejoin_delay
|
|
||||||
ctrl-c.connection_timeout
|
|
||||||
ctrl-c.anti_flood_prio_high
|
|
||||||
ctrl-c.anti_flood_prio_low
|
|
||||||
ctrl-c.away_check
|
|
||||||
ctrl-c.away_check_max_nicks
|
|
||||||
ctrl-c.msg_kick
|
|
||||||
ctrl-c.msg_part
|
|
||||||
ctrl-c.msg_quit
|
|
||||||
ctrl-c.notify
|
|
||||||
ctrl-c.split_msg_max_length
|
|
||||||
|
|
Loading…
Reference in New Issue