Initial addition of .weechat config.

- right now this is a fucking awful sync method; full copy each time
- eventually i need to do something much more reasonable
- probably will check gnu Stow
- seriously this is garbage, but at least I can pull down a config now.
s2svpn
jowj 5 years ago
parent cdbef4e6b5
commit cce022586b

@ -0,0 +1,48 @@
#
# weechat -- alias.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[cmd]
AAWAY = "allserv /away"
AME = "allchan /me"
AMSG = "allchan /msg *"
ANICK = "allserv /nick"
BEEP = "print -beep"
BYE = "quit"
C = "buffer clear"
CHAT = "dcc chat"
CL = "buffer clear"
CLOSE = "buffer close"
EXIT = "quit"
IG = "ignore"
J = "join"
K = "kick"
KB = "kickban"
LEAVE = "part"
M = "msg"
MSGBUF = "command -buffer $1 * /input send $2-"
MUB = "unban *"
N = "names"
Q = "query"
REDRAW = "window refresh"
SAY = "msg *"
SIGNOFF = "quit"
T = "topic"
UB = "unban"
UMODE = "mode $nick"
V = "command core version"
W = "who"
WC = "window merge"
WI = "whois"
WII = "whois $1 $1"
WW = "whowas"
[completion]
MSGBUF = "%(buffers_plugins_names)"

@ -0,0 +1,39 @@
#
# weechat -- buflist.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
add_newline = on
auto_scroll = 50
display_conditions = "${buffer.hidden}==0"
enabled = on
mouse_jump_visited_buffer = off
mouse_move_buffer = on
mouse_wheel = on
nick_prefix = off
nick_prefix_empty = on
signals_refresh = ""
sort = "number,-active"
[format]
buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"
buffer_current = "${color:,blue}${format_buffer}"
hotlist = " ${color:green}(${hotlist}${color:green})"
hotlist_highlight = "${color:magenta}"
hotlist_low = "${color:white}"
hotlist_message = "${color:brown}"
hotlist_none = "${color:default}"
hotlist_private = "${color:green}"
hotlist_separator = "${color:default},"
indent = " "
lag = " ${color:green}[${color:brown}${lag}${color:green}]"
name = "${name}"
nick_prefix = "${color_nick_prefix}${nick_prefix}"
number = "${color:green}${number}${if:${number_displayed}?.: }"

@ -0,0 +1,18 @@
#
# weechat -- charset.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[default]
decode = "iso-8859-1"
encode = ""
[decode]
[encode]

@ -0,0 +1,19 @@
#
# weechat -- exec.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[command]
default_options = ""
purge_delay = 0
shell = "sh"
[color]
flag_finished = lightred
flag_running = lightgreen

@ -0,0 +1,14 @@
#
# weechat -- fifo.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[file]
enabled = on
path = "%h/weechat_fifo"

@ -0,0 +1,95 @@
#
# weechat -- fset.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
auto_unmark = off
condition_catch_set = "${count} >= 1"
export_help_default = on
format_number = 1
marked_string = "*"
scroll_horizontal = 10
show_plugins_desc = off
sort = "~name"
unmarked_string = " "
use_color_value = off
use_keys = on
use_mute = off
[format]
export_help = "# ${description2}"
export_option = "/set ${name} ${quoted_value}"
export_option_null = "/unset ${name}"
option1 = ""
option2 = "${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}"
[color]
default_value = default
default_value_selected = white
description = default
description_selected = white
file = default
file_changed = brown
file_changed_selected = yellow
file_selected = white
help_default_value = white
help_description = default
help_name = white
help_quotes = darkgray
help_values = default
index = cyan
index_selected = lightcyan
line_marked_bg1 = default
line_marked_bg2 = default
line_selected_bg1 = blue
line_selected_bg2 = red
marked = brown
marked_selected = yellow
max = default
max_selected = white
min = default
min_selected = white
name = default
name_changed = brown
name_changed_selected = yellow
name_selected = white
option = default
option_changed = brown
option_changed_selected = yellow
option_selected = white
parent_name = default
parent_name_selected = white
parent_value = cyan
parent_value_selected = lightcyan
quotes = darkgray
quotes_changed = default
quotes_changed_selected = white
quotes_selected = default
section = default
section_changed = brown
section_changed_selected = yellow
section_selected = white
string_values = default
string_values_selected = white
title_count_options = cyan
title_current_option = lightcyan
title_filter = yellow
title_marked_options = lightgreen
title_sort = white
type = green
type_selected = lightgreen
unmarked = default
unmarked_selected = white
value = cyan
value_changed = brown
value_changed_selected = yellow
value_selected = lightcyan
value_undef = magenta
value_undef_selected = lightmagenta

@ -0,0 +1,236 @@
#
# weechat -- irc.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
buffer_open_before_autojoin = on
buffer_open_before_join = off
buffer_switch_autojoin = on
buffer_switch_join = on
color_nicks_in_names = off
color_nicks_in_nicklist = off
color_nicks_in_server_messages = on
color_pv_nick_like_channel = on
ctcp_time_format = "%a, %d %b %Y %T %z"
display_away = local
display_ctcp_blocked = on
display_ctcp_reply = on
display_ctcp_unknown = on
display_host_join = on
display_host_join_local = on
display_host_quit = on
display_join_message = "329,332,333,366"
display_old_topic = on
display_pv_away_once = on
display_pv_back = on
highlight_channel = "$nick"
highlight_pv = "$nick"
highlight_server = "$nick"
highlight_tags_restrict = "irc_privmsg,irc_notice"
item_channel_modes_hide_args = "k"
item_display_server = buffer_plugin
item_nick_modes = on
item_nick_prefix = on
join_auto_add_chantype = off
msgbuffer_fallback = current
new_channel_position = none
new_pv_position = none
nick_completion_smart = speakers
nick_mode = prefix
nick_mode_empty = off
nicks_hide_password = "nickserv"
notice_as_pv = auto
notice_welcome_redirect = on
notice_welcome_tags = ""
notify_tags_ison = "notify_message"
notify_tags_whois = "notify_message"
part_closes_buffer = off
pv_buffer = independent
pv_tags = "notify_private"
raw_messages = 256
server_buffer = merge_with_core
smart_filter = on
smart_filter_chghost = on
smart_filter_delay = 5
smart_filter_join = on
smart_filter_join_unmask = 30
smart_filter_mode = "+"
smart_filter_nick = on
smart_filter_quit = on
temporary_servers = off
topic_strip_colors = off
[color]
input_nick = lightcyan
item_channel_modes = default
item_lag_counting = default
item_lag_finished = yellow
item_nick_modes = default
message_chghost = brown
message_join = green
message_quit = red
mirc_remap = "1,-1:darkgray"
nick_prefixes = "y:lightred;q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
notice = green
reason_quit = default
topic_current = default
topic_new = white
topic_old = default
[network]
autoreconnect_delay_growing = 2
autoreconnect_delay_max = 600
ban_mask_default = "*!$ident@$host"
channel_encode = off
colors_receive = on
colors_send = on
lag_check = 60
lag_max = 1800
lag_min_show = 500
lag_reconnect = 300
lag_refresh_interval = 1
notify_check_ison = 1
notify_check_whois = 5
sasl_fail_unavailable = on
send_unknown_commands = off
whois_double_nick = off
[msgbuffer]
[ctcp]
[ignore]
[server_default]
addresses = ""
anti_flood_prio_high = 2
anti_flood_prio_low = 2
autoconnect = off
autojoin = ""
autoreconnect = on
autoreconnect_delay = 10
autorejoin = off
autorejoin_delay = 30
away_check = 0
away_check_max_nicks = 25
capabilities = ""
command = ""
command_delay = 0
connection_timeout = 60
ipv6 = on
local_hostname = ""
msg_kick = ""
msg_part = "WeeChat ${info:version}"
msg_quit = "WeeChat ${info:version}"
nicks = "jledbetter,jledbetter1,jledbetter2,jledbetter3,jledbetter4"
nicks_alternate = on
notify = ""
password = ""
proxy = ""
realname = ""
sasl_fail = continue
sasl_key = ""
sasl_mechanism = plain
sasl_password = ""
sasl_timeout = 15
sasl_username = ""
split_msg_max_length = 512
ssl = off
ssl_cert = ""
ssl_dhkey_size = 2048
ssl_fingerprint = ""
ssl_priorities = "NORMAL:-VERS-SSL3.0"
ssl_verify = on
usermode = ""
username = "fake"
[server]
bouncer-OFTC.addresses = "bouncer.awful.club/5000"
bouncer-OFTC.proxy
bouncer-OFTC.ipv6
bouncer-OFTC.ssl = on
bouncer-OFTC.ssl_cert
bouncer-OFTC.ssl_priorities
bouncer-OFTC.ssl_dhkey_size
bouncer-OFTC.ssl_fingerprint
bouncer-OFTC.ssl_verify
bouncer-OFTC.password = "${sec.data.bouncer-OFTC}"
bouncer-OFTC.capabilities
bouncer-OFTC.sasl_mechanism
bouncer-OFTC.sasl_username
bouncer-OFTC.sasl_password
bouncer-OFTC.sasl_key
bouncer-OFTC.sasl_timeout
bouncer-OFTC.sasl_fail
bouncer-OFTC.autoconnect = on
bouncer-OFTC.autoreconnect
bouncer-OFTC.autoreconnect_delay
bouncer-OFTC.nicks
bouncer-OFTC.nicks_alternate
bouncer-OFTC.username = "blindidiotgod/OFTC"
bouncer-OFTC.realname
bouncer-OFTC.local_hostname
bouncer-OFTC.usermode
bouncer-OFTC.command
bouncer-OFTC.command_delay
bouncer-OFTC.autojoin
bouncer-OFTC.autorejoin
bouncer-OFTC.autorejoin_delay
bouncer-OFTC.connection_timeout
bouncer-OFTC.anti_flood_prio_high
bouncer-OFTC.anti_flood_prio_low
bouncer-OFTC.away_check
bouncer-OFTC.away_check_max_nicks
bouncer-OFTC.msg_kick
bouncer-OFTC.msg_part
bouncer-OFTC.msg_quit
bouncer-OFTC.notify
bouncer-OFTC.split_msg_max_length
bouncer-freenode.addresses = "bouncer.awful.club/5000"
bouncer-freenode.proxy
bouncer-freenode.ipv6
bouncer-freenode.ssl = on
bouncer-freenode.ssl_cert
bouncer-freenode.ssl_priorities
bouncer-freenode.ssl_dhkey_size
bouncer-freenode.ssl_fingerprint
bouncer-freenode.ssl_verify
bouncer-freenode.password = "${sec.data.bouncer-freenode}"
bouncer-freenode.capabilities
bouncer-freenode.sasl_mechanism
bouncer-freenode.sasl_username
bouncer-freenode.sasl_password
bouncer-freenode.sasl_key
bouncer-freenode.sasl_timeout
bouncer-freenode.sasl_fail
bouncer-freenode.autoconnect = on
bouncer-freenode.autoreconnect
bouncer-freenode.autoreconnect_delay
bouncer-freenode.nicks
bouncer-freenode.nicks_alternate
bouncer-freenode.username = "blindidiotgod/freenode"
bouncer-freenode.realname
bouncer-freenode.local_hostname
bouncer-freenode.usermode
bouncer-freenode.command
bouncer-freenode.command_delay
bouncer-freenode.autojoin
bouncer-freenode.autorejoin
bouncer-freenode.autorejoin_delay
bouncer-freenode.connection_timeout
bouncer-freenode.anti_flood_prio_high
bouncer-freenode.anti_flood_prio_low
bouncer-freenode.away_check
bouncer-freenode.away_check_max_nicks
bouncer-freenode.msg_kick
bouncer-freenode.msg_part
bouncer-freenode.msg_quit
bouncer-freenode.notify
bouncer-freenode.split_msg_max_length

@ -0,0 +1,35 @@
#
# weechat -- logger.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
backlog = 20
backlog_conditions = ""
[color]
backlog_end = default
backlog_line = default
[file]
auto_log = on
flush_delay = 120
fsync = off
info_lines = off
mask = "$plugin.$name.weechatlog"
name_lower_case = on
nick_prefix = ""
nick_suffix = ""
path = "%h/logs/"
replacement_char = "_"
time_format = "%Y-%m-%d %H:%M:%S"
[level]
[mask]

@ -0,0 +1,639 @@
2019-07-05 13:47:49 New key binding (context "default"): meta2-1;5P => /bar scroll buflist * -100%
2019-07-05 13:47:49 New key binding (context "default"): meta2-1;5Q => /bar scroll buflist * +100%
2019-07-05 13:47:49 New key binding (context "default"): meta-meta-OQ => /bar scroll buflist * e
2019-07-05 13:47:49 New key binding (context "default"): meta2-1;3Q => /bar scroll buflist * e
2019-07-05 13:47:49 New key binding (context "default"): meta2-1;3P => /bar scroll buflist * b
2019-07-05 13:47:49 New key binding (context "default"): meta-meta-OP => /bar scroll buflist * b
2019-07-05 13:47:49 New key binding (context "default"): meta-OQ => /bar scroll buflist * +100%
2019-07-05 13:47:49 New key binding (context "default"): meta-OP => /bar scroll buflist * -100%
2019-07-05 13:47:49 New key binding (context "default"): meta-meta2-12~ => /bar scroll buflist * e
2019-07-05 13:47:49 New key binding (context "default"): meta-meta2-11~ => /bar scroll buflist * b
2019-07-05 13:47:49 New key binding (context "default"): meta2-12^ => /bar scroll buflist * +100%
2019-07-05 13:47:49 New key binding (context "default"): meta2-12~ => /bar scroll buflist * +100%
2019-07-05 13:47:49 New key binding (context "default"): meta2-11^ => /bar scroll buflist * -100%
2019-07-05 13:47:49 New key binding (context "default"): meta2-11~ => /bar scroll buflist * -100%
2019-07-05 13:47:49 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-05 13:47:52 =!= You can not write text in this buffer
2019-07-05 13:47:55 =!= You can not write text in this buffer
2019-07-05 13:48:59 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-05 13:50:09 irc: server bouncer added
2019-07-05 13:50:22 =!= Error with command "/server edit bouncer" (help on command: /help server)
2019-07-05 13:50:26 =!= No help available, "serverr" is not a command or an option
2019-07-05 13:50:28 [irc] /server list|listfull [<name>]
2019-07-05 13:50:28 add <name> <hostname>[/<port>] [-temp] [-<option>[=<value>]] [-no<option>]
2019-07-05 13:50:28 copy|rename <name> <new_name>
2019-07-05 13:50:28 reorder <name> [<name>...]
2019-07-05 13:50:28 open <name>|-all [<name>...]
2019-07-05 13:50:28 del|keep <name>
2019-07-05 13:50:28 deloutq|jump|raw
2019-07-05 13:50:28 list, add or remove IRC servers
2019-07-05 13:50:28 list: list servers (without argument, this list is displayed)
2019-07-05 13:50:28 listfull: list servers with detailed info for each server
2019-07-05 13:50:28 add: add a new server
2019-07-05 13:50:28 name: server name, for internal and display use; this name is used to connect to the server (/connect name) and to set server options: irc.server.name.xxx
2019-07-05 13:50:28 hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
2019-07-05 13:50:28 -temp: add a temporary server (not saved)
2019-07-05 13:50:28 option: set option for server (for boolean option, value can be omitted)
2019-07-05 13:50:28 nooption: set boolean option to 'off' (for example: -nossl)
2019-07-05 13:50:28 copy: duplicate a server
2019-07-05 13:50:28 rename: rename a server
2019-07-05 13:50:28 reorder: reorder list of servers
2019-07-05 13:50:28 open: open the server buffer without connecting
2019-07-05 13:50:28 keep: keep server in config file (for temporary servers only)
2019-07-05 13:50:28 del: delete a server
2019-07-05 13:50:28 deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending)
2019-07-05 13:50:28 jump: jump to server buffer
2019-07-05 13:50:28 raw: open buffer with raw IRC data
2019-07-05 13:50:28 Examples:
2019-07-05 13:50:28 /server listfull
2019-07-05 13:50:28 /server add freenode chat.freenode.net
2019-07-05 13:50:28 /server add freenode chat.freenode.net/6697 -ssl -autoconnect
2019-07-05 13:50:28 /server add chatspike irc.chatspike.net/6667,irc.duckspike.net/6667
2019-07-05 13:50:28 /server copy freenode freenode-test
2019-07-05 13:50:28 /server rename freenode-test freenode2
2019-07-05 13:50:28 /server reorder freenode2 freenode
2019-07-05 13:50:28 /server del freenode
2019-07-05 13:50:28 /server deloutq
2019-07-05 13:50:42 irc: server bouncer has been copied to bouncer-2
2019-07-05 13:50:44 Options saved to sec.conf
2019-07-05 13:50:44 Options saved to weechat.conf
2019-07-05 13:50:44 Options saved to plugins.conf
2019-07-05 13:50:44 Options saved to charset.conf
2019-07-05 13:50:44 Options saved to logger.conf
2019-07-05 13:50:44 Options saved to exec.conf
2019-07-05 13:50:44 Options saved to trigger.conf
2019-07-05 13:50:44 Options saved to spell.conf
2019-07-05 13:50:44 Options saved to alias.conf
2019-07-05 13:50:44 Options saved to buflist.conf
2019-07-05 13:50:44 Options saved to fifo.conf
2019-07-05 13:50:44 Options saved to xfer.conf
2019-07-05 13:50:44 Options saved to irc.conf
2019-07-05 13:50:44 Options saved to relay.conf
2019-07-05 13:50:44 Options saved to tcl.conf
2019-07-05 13:50:44 Options saved to python.conf
2019-07-05 13:50:44 Options saved to lua.conf
2019-07-05 13:50:44 Options saved to perl.conf
2019-07-05 13:50:44 Options saved to ruby.conf
2019-07-05 13:50:44 Options saved to script.conf
2019-07-05 13:50:44 Options saved to fset.conf
2019-07-05 13:54:03 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-08 09:35:08 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-08 11:11:53 Mouse enabled
2019-07-09 10:08:24 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-10 09:55:37 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-10 09:55:43 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-10 09:56:15 [core]
2019-07-10 09:56:15 away color debug help key mute proxy repeat set uptime window
2019-07-10 09:56:15 bar command eval history layout plugin quit save unset version
2019-07-10 09:56:15 buffer cursor filter input mouse print reload secure upgrade wait
2019-07-10 09:56:15 [relay]
2019-07-10 09:56:15 relay
2019-07-10 09:56:15 [tcl]
2019-07-10 09:56:15 tcl
2019-07-10 09:56:15 [xfer]
2019-07-10 09:56:15 me xfer
2019-07-10 09:56:15 [python]
2019-07-10 09:56:15 python
2019-07-10 09:56:15 [charset]
2019-07-10 09:56:15 charset
2019-07-10 09:56:15 [script]
2019-07-10 09:56:15 script
2019-07-10 09:56:15 [buflist]
2019-07-10 09:56:15 buflist
2019-07-10 09:56:15 [trigger]
2019-07-10 09:56:15 trigger
2019-07-10 09:56:15 [fset]
2019-07-10 09:56:15 fset
2019-07-10 09:56:15 [spell]
2019-07-10 09:56:15 spell
2019-07-10 09:56:15 [fifo]
2019-07-10 09:56:15 fifo
2019-07-10 09:56:15 [lua]
2019-07-10 09:56:15 lua
2019-07-10 09:56:15 [alias]
2019-07-10 09:56:15 AAWAY AMSG BYE CL IG KB MSGBUF Q SIGNOFF UMODE WC WW
2019-07-10 09:56:15 alias ANICK C CLOSE J LEAVE MUB REDRAW T V WI
2019-07-10 09:56:15 AME BEEP CHAT EXIT K M N SAY UB W WII
2019-07-10 09:56:15 [irc]
2019-07-10 09:56:15 admin dcc invite map op rehash service unban whois
2019-07-10 09:56:15 allchan dehalfop ison me oper remove servlist unquiet whowas
2019-07-10 09:56:15 allpv deop join mode part restart squery userhost
2019-07-10 09:56:15 allserv devoice kick motd ping sajoin squit users
2019-07-10 09:56:15 ban die kickban msg pong samode stats version
2019-07-10 09:56:15 cap disconnect kill names query sanick summon voice
2019-07-10 09:56:15 connect halfop links nick quiet sapart time wallchops
2019-07-10 09:56:15 ctcp ignore list notice quote saquit topic wallops
2019-07-10 09:56:15 cycle info lusers notify reconnect server trace who
2019-07-10 09:56:15 [perl]
2019-07-10 09:56:15 perl
2019-07-10 09:56:15 [exec]
2019-07-10 09:56:15 exec
2019-07-10 09:56:15 [logger]
2019-07-10 09:56:15 logger
2019-07-10 09:56:15 [ruby]
2019-07-10 09:56:15 ruby
2019-07-15 09:48:28 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-16 09:45:35 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-17 13:36:10 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-18 10:02:44 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-19 10:01:47 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-22 09:21:22 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-23 09:25:51 [core]
2019-07-23 09:25:51 away cursor history mute reload unset window
2019-07-23 09:25:51 bar debug input plugin repeat upgrade
2019-07-23 09:25:51 buffer eval key print save uptime
2019-07-23 09:25:51 color filter layout proxy secure version
2019-07-23 09:25:51 command help mouse quit set wait
2019-07-23 09:25:51 [relay]
2019-07-23 09:25:51 relay
2019-07-23 09:25:51 [tcl]
2019-07-23 09:25:51 tcl
2019-07-23 09:25:51 [xfer]
2019-07-23 09:25:51 me xfer
2019-07-23 09:25:51 [python]
2019-07-23 09:25:51 python
2019-07-23 09:25:51 [charset]
2019-07-23 09:25:51 charset
2019-07-23 09:25:51 [script]
2019-07-23 09:25:51 script
2019-07-23 09:25:51 [buflist]
2019-07-23 09:25:51 buflist
2019-07-23 09:25:51 [trigger]
2019-07-23 09:25:51 trigger
2019-07-23 09:25:51 [fset]
2019-07-23 09:25:51 fset
2019-07-23 09:25:51 [spell]
2019-07-23 09:25:51 spell
2019-07-23 09:25:51 [fifo]
2019-07-23 09:25:51 fifo
2019-07-23 09:25:51 [lua]
2019-07-23 09:25:51 lua
2019-07-23 09:25:51 [alias]
2019-07-23 09:25:51 AAWAY BEEP CLOSE KB N T WC
2019-07-23 09:25:51 alias BYE EXIT LEAVE Q UB WI
2019-07-23 09:25:51 AME C IG M REDRAW UMODE WII
2019-07-23 09:25:51 AMSG CHAT J MSGBUF SAY V WW
2019-07-23 09:25:51 ANICK CL K MUB SIGNOFF W
2019-07-23 09:25:51 [irc]
2019-07-23 09:25:51 admin halfop motd rehash time
2019-07-23 09:25:51 allchan ignore msg remove topic
2019-07-23 09:25:51 allpv info names restart trace
2019-07-23 09:25:51 allserv invite nick sajoin unban
2019-07-23 09:25:51 ban ison notice samode unquiet
2019-07-23 09:25:51 cap join notify sanick userhost
2019-07-23 09:25:51 connect kick op sapart users
2019-07-23 09:25:51 ctcp kickban oper saquit version
2019-07-23 09:25:51 cycle kill part server voice
2019-07-23 09:25:51 dcc links ping service wallchops
2019-07-23 09:25:51 dehalfop list pong servlist wallops
2019-07-23 09:25:51 deop lusers query squery who
2019-07-23 09:25:51 devoice map quiet squit whois
2019-07-23 09:25:51 die me quote stats whowas
2019-07-23 09:25:51 disconnect mode reconnect summon
2019-07-23 09:25:51 [perl]
2019-07-23 09:25:51 perl
2019-07-23 09:25:51 [exec]
2019-07-23 09:25:51 exec
2019-07-23 09:25:51 [logger]
2019-07-23 09:25:51 logger
2019-07-23 09:25:51 [ruby]
2019-07-23 09:25:51 ruby
2019-07-26 14:05:16 Passphrase added
2019-07-26 14:05:59 Passphrase changed
2019-07-26 14:06:25 Secured data "bouncer-OFTC" set
2019-07-26 14:06:25 Options saved to sec.conf
2019-07-26 14:06:37 Secured data "bouncer-freenode" set
2019-07-26 14:06:37 Options saved to sec.conf
2019-07-26 14:07:38 Option changed: irc.server.bouncer-freenode.password = "${sec.data.freenode}" (default if null: "")
2019-07-26 14:08:34 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-26 14:09:28 Secured data "bouncer-OFTC" set
2019-07-26 14:09:28 Options saved to sec.conf
2019-07-26 14:10:39 Option changed: irc.server.bouncer-OFTC.password = "${sec.data.bouncer-OFTC}" (default if null: "")
2019-07-26 14:10:56 Option changed: irc.server.bouncer-freenode.password = "${sec.data.bouncer-freenode}" (default if null: "")
2019-07-26 14:11:03 Options saved to sec.conf
2019-07-26 14:11:03 Options saved to weechat.conf
2019-07-26 14:11:03 Options saved to plugins.conf
2019-07-26 14:11:03 Options saved to charset.conf
2019-07-26 14:11:03 Options saved to logger.conf
2019-07-26 14:11:03 Options saved to exec.conf
2019-07-26 14:11:03 Options saved to trigger.conf
2019-07-26 14:11:03 Options saved to spell.conf
2019-07-26 14:11:03 Options saved to alias.conf
2019-07-26 14:11:03 Options saved to buflist.conf
2019-07-26 14:11:03 Options saved to fifo.conf
2019-07-26 14:11:03 Options saved to xfer.conf
2019-07-26 14:11:03 Options saved to irc.conf
2019-07-26 14:11:03 Options saved to relay.conf
2019-07-26 14:11:03 Options saved to tcl.conf
2019-07-26 14:11:03 Options saved to python.conf
2019-07-26 14:11:03 Options saved to lua.conf
2019-07-26 14:11:03 Options saved to perl.conf
2019-07-26 14:11:03 Options saved to ruby.conf
2019-07-26 14:11:03 Options saved to script.conf
2019-07-26 14:11:03 Options saved to fset.conf
2019-07-26 14:11:17 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer
2019-07-26 14:11:55 =!= Error with command "/server disconnect bouncer-freenode" (help on command: /help server)
2019-07-26 14:12:51 =!= Error with command "/server bouncer-freenode" (help on command: /help server)
2019-07-26 14:12:55 =!= Error with command "/server help" (help on command: /help server)
2019-07-26 14:12:58 [irc] /server list|listfull [<name>]
2019-07-26 14:12:58 add <name> <hostname>[/<port>] [-temp] [-<option>[=<value>]] [-no<option>]
2019-07-26 14:12:58 copy|rename <name> <new_name>
2019-07-26 14:12:58 reorder <name> [<name>...]
2019-07-26 14:12:58 open <name>|-all [<name>...]
2019-07-26 14:12:58 del|keep <name>
2019-07-26 14:12:58 deloutq|jump|raw
2019-07-26 14:12:58 list, add or remove IRC servers
2019-07-26 14:12:58 list: list servers (without argument, this list is displayed)
2019-07-26 14:12:58 listfull: list servers with detailed info for each server
2019-07-26 14:12:58 add: add a new server
2019-07-26 14:12:58 name: server name, for internal and display use; this name is used to connect to the server (/connect name) and to set server options: irc.server.name.xxx
2019-07-26 14:12:58 hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
2019-07-26 14:12:58 -temp: add a temporary server (not saved)
2019-07-26 14:12:58 option: set option for server (for boolean option, value can be omitted)
2019-07-26 14:12:58 nooption: set boolean option to 'off' (for example: -nossl)
2019-07-26 14:12:58 copy: duplicate a server
2019-07-26 14:12:58 rename: rename a server
2019-07-26 14:12:58 reorder: reorder list of servers
2019-07-26 14:12:58 open: open the server buffer without connecting
2019-07-26 14:12:58 keep: keep server in config file (for temporary servers only)
2019-07-26 14:12:58 del: delete a server
2019-07-26 14:12:58 deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending)
2019-07-26 14:12:58 jump: jump to server buffer
2019-07-26 14:12:58 raw: open buffer with raw IRC data
2019-07-26 14:12:58 Examples:
2019-07-26 14:12:58 /server listfull
2019-07-26 14:12:58 /server add freenode chat.freenode.net
2019-07-26 14:12:58 /server add freenode chat.freenode.net/6697 -ssl -autoconnect
2019-07-26 14:12:58 /server add chatspike irc.chatspike.net/6667,irc.duckspike.net/6667
2019-07-26 14:12:58 /server copy freenode freenode-test
2019-07-26 14:12:58 /server rename freenode-test freenode2
2019-07-26 14:12:58 /server reorder freenode2 freenode
2019-07-26 14:12:58 /server del freenode
2019-07-26 14:12:58 /server deloutq
2019-07-26 14:13:02 All servers:
2019-07-26 14:13:02 Server: bouncer-OFTC [connected], nick: zws
2019-07-26 14:13:02 addresses. . . . . . : 'bouncer.awful.club/5000'
2019-07-26 14:13:02 proxy. . . . . . . . : ('')
2019-07-26 14:13:02 ipv6 . . . . . . . . : (on)
2019-07-26 14:13:02 ssl. . . . . . . . . : on
2019-07-26 14:13:02 ssl_cert . . . . . . : ('')
2019-07-26 14:13:02 ssl_priorities . . . : ('NORMAL:-VERS-SSL3.0')
2019-07-26 14:13:02 ssl_dhkey_size . . . : (2048)
2019-07-26 14:13:02 ssl_fingerprint. . . : ('')
2019-07-26 14:13:02 ssl_verify . . . . . : (on)
2019-07-26 14:13:02 password . . . . . . : (hidden)
2019-07-26 14:13:02 capabilities . . . . : ('')
2019-07-26 14:13:02 sasl_mechanism . . . : ('plain')
2019-07-26 14:13:02 sasl_username. . . . : ('')
2019-07-26 14:13:02 sasl_password. . . . : (hidden)
2019-07-26 14:13:02 sasl_key. . . . . . : ('')
2019-07-26 14:13:02 sasl_timeout . . . . : (15 seconds)
2019-07-26 14:13:02 sasl_fail. . . . . . : ('continue')
2019-07-26 14:13:02 autoconnect. . . . . : on
2019-07-26 14:13:02 autoreconnect. . . . : (on)
2019-07-26 14:13:02 autoreconnect_delay. : (10 seconds)
2019-07-26 14:13:02 nicks. . . . . . . . : ('jledbetter,jledbetter1,jledbetter2,jledbetter3,jledbetter4')
2019-07-26 14:13:02 nicks_alternate. . . : (on)
2019-07-26 14:13:02 username . . . . . . : 'blindidiotgod/OFTC'
2019-07-26 14:13:02 realname . . . . . . : ('')
2019-07-26 14:13:02 local_hostname . . . : ('')
2019-07-26 14:13:02 usermode . . . . . . : ('')
2019-07-26 14:13:02 command. . . . . . . : ('')
2019-07-26 14:13:02 command_delay. . . . : (0 seconds)
2019-07-26 14:13:02 autojoin . . . . . . : ('')
2019-07-26 14:13:02 autorejoin . . . . . : (off)
2019-07-26 14:13:02 autorejoin_delay . . : (30 seconds)
2019-07-26 14:13:02 connection_timeout . : (60 seconds)
2019-07-26 14:13:02 anti_flood_prio_high : (2 seconds)
2019-07-26 14:13:02 anti_flood_prio_low. : (2 seconds)
2019-07-26 14:13:02 away_check . . . . . : (0 minutes)
2019-07-26 14:13:02 away_check_max_nicks : (25)
2019-07-26 14:13:02 msg_kick . . . . . . : ('')
2019-07-26 14:13:02 msg_part . . . . . . : ('WeeChat ${info:version}')
2019-07-26 14:13:02 msg_quit . . . . . . : ('WeeChat ${info:version}')
2019-07-26 14:13:02 notify . . . . . . . : ('')
2019-07-26 14:13:02 split_msg_max_length : (512)
2019-07-26 14:13:02 Server: bouncer-freenode [not connected]
2019-07-26 14:13:02 addresses. . . . . . : 'bouncer.awful.club/5000'
2019-07-26 14:13:02 proxy. . . . . . . . : ('')
2019-07-26 14:13:02 ipv6 . . . . . . . . : (on)
2019-07-26 14:13:02 ssl. . . . . . . . . : on
2019-07-26 14:13:02 ssl_cert . . . . . . : ('')
2019-07-26 14:13:02 ssl_priorities . . . : ('NORMAL:-VERS-SSL3.0')
2019-07-26 14:13:02 ssl_dhkey_size . . . : (2048)
2019-07-26 14:13:02 ssl_fingerprint. . . : ('')
2019-07-26 14:13:02 ssl_verify . . . . . : (on)
2019-07-26 14:13:02 password . . . . . . : (hidden)
2019-07-26 14:13:02 capabilities . . . . : ('')
2019-07-26 14:13:02 sasl_mechanism . . . : ('plain')
2019-07-26 14:13:02 sasl_username. . . . : ('')
2019-07-26 14:13:02 sasl_password. . . . : (hidden)
2019-07-26 14:13:02 sasl_key. . . . . . : ('')
2019-07-26 14:13:02 sasl_timeout . . . . : (15 seconds)
2019-07-26 14:13:02 sasl_fail. . . . . . : ('continue')
2019-07-26 14:13:02 autoconnect. . . . . : on
2019-07-26 14:13:02 autoreconnect. . . . : (on)
2019-07-26 14:13:02 autoreconnect_delay. : (10 seconds)
2019-07-26 14:13:02 nicks. . . . . . . . : ('jledbetter,jledbetter1,jledbetter2,jledbetter3,jledbetter4')
2019-07-26 14:13:02 nicks_alternate. . . : (on)
2019-07-26 14:13:02 username . . . . . . : 'blindidiotgod/freenode'
2019-07-26 14:13:02 realname . . . . . . : ('')
2019-07-26 14:13:02 local_hostname . . . : ('')
2019-07-26 14:13:02 usermode . . . . . . : ('')
2019-07-26 14:13:02 command. . . . . . . : ('')
2019-07-26 14:13:02 command_delay. . . . : (0 seconds)
2019-07-26 14:13:02 autojoin . . . . . . : ('')
2019-07-26 14:13:02 autorejoin . . . . . : (off)
2019-07-26 14:13:02 autorejoin_delay . . : (30 seconds)
2019-07-26 14:13:02 connection_timeout . : (60 seconds)
2019-07-26 14:13:02 anti_flood_prio_high : (2 seconds)
2019-07-26 14:13:02 anti_flood_prio_low. : (2 seconds)
2019-07-26 14:13:02 away_check . . . . . : (0 minutes)
2019-07-26 14:13:02 away_check_max_nicks : (25)
2019-07-26 14:13:02 msg_kick . . . . . . : ('')
2019-07-26 14:13:02 msg_part . . . . . . : ('WeeChat ${info:version}')
2019-07-26 14:13:02 msg_quit . . . . . . : ('WeeChat ${info:version}')
2019-07-26 14:13:02 notify . . . . . . . : ('')
2019-07-26 14:13:02 split_msg_max_length : (512)
2019-07-26 14:13:07 [irc] /server list|listfull [<name>]
2019-07-26 14:13:07 add <name> <hostname>[/<port>] [-temp] [-<option>[=<value>]] [-no<option>]
2019-07-26 14:13:07 copy|rename <name> <new_name>
2019-07-26 14:13:07 reorder <name> [<name>...]
2019-07-26 14:13:07 open <name>|-all [<name>...]
2019-07-26 14:13:07 del|keep <name>
2019-07-26 14:13:07 deloutq|jump|raw
2019-07-26 14:13:07 list, add or remove IRC servers
2019-07-26 14:13:07 list: list servers (without argument, this list is displayed)
2019-07-26 14:13:07 listfull: list servers with detailed info for each server
2019-07-26 14:13:07 add: add a new server
2019-07-26 14:13:07 name: server name, for internal and display use; this name is used to connect to the server (/connect name) and to set server options: irc.server.name.xxx
2019-07-26 14:13:07 hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
2019-07-26 14:13:07 -temp: add a temporary server (not saved)
2019-07-26 14:13:07 option: set option for server (for boolean option, value can be omitted)
2019-07-26 14:13:07 nooption: set boolean option to 'off' (for example: -nossl)
2019-07-26 14:13:07 copy: duplicate a server
2019-07-26 14:13:07 rename: rename a server
2019-07-26 14:13:07 reorder: reorder list of servers
2019-07-26 14:13:07 open: open the server buffer without connecting
2019-07-26 14:13:07 keep: keep server in config file (for temporary servers only)
2019-07-26 14:13:07 del: delete a server
2019-07-26 14:13:07 deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending)
2019-07-26 14:13:07 jump: jump to server buffer
2019-07-26 14:13:07 raw: open buffer with raw IRC data
2019-07-26 14:13:07 Examples:
2019-07-26 14:13:07 /server listfull
2019-07-26 14:13:07 /server add freenode chat.freenode.net
2019-07-26 14:13:07 /server add freenode chat.freenode.net/6697 -ssl -autoconnect
2019-07-26 14:13:07 /server add chatspike irc.chatspike.net/6667,irc.duckspike.net/6667
2019-07-26 14:13:07 /server copy freenode freenode-test
2019-07-26 14:13:07 /server rename freenode-test freenode2
2019-07-26 14:13:07 /server reorder freenode2 freenode
2019-07-26 14:13:07 /server del freenode
2019-07-26 14:13:07 /server deloutq
2019-07-26 14:13:12 =!= Error with command "/server name" (help on command: /help server)
2019-07-26 14:13:23 All servers:
2019-07-26 14:13:23 * bouncer-OFTC [connected], nick: zws, 2 channels, 0 pv
2019-07-26 14:13:23 bouncer-freenode
2019-07-26 14:19:14 =!= Error with command "/server info" (help on command: /help server)
2019-07-26 14:19:19 =!= Error with command "/server info bouncer-freenode" (help on command: /help server)
2019-07-26 14:19:24 [irc] /server list|listfull [<name>]
2019-07-26 14:19:24 add <name> <hostname>[/<port>] [-temp] [-<option>[=<value>]] [-no<option>]
2019-07-26 14:19:24 copy|rename <name> <new_name>
2019-07-26 14:19:24 reorder <name> [<name>...]
2019-07-26 14:19:24 open <name>|-all [<name>...]
2019-07-26 14:19:24 del|keep <name>
2019-07-26 14:19:24 deloutq|jump|raw
2019-07-26 14:19:24 list, add or remove IRC servers
2019-07-26 14:19:24 list: list servers (without argument, this list is displayed)
2019-07-26 14:19:24 listfull: list servers with detailed info for each server
2019-07-26 14:19:24 add: add a new server
2019-07-26 14:19:24 name: server name, for internal and display use; this name is used to connect to the server (/connect name) and to set server options: irc.server.name.xxx
2019-07-26 14:19:24 hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
2019-07-26 14:19:24 -temp: add a temporary server (not saved)
2019-07-26 14:19:24 option: set option for server (for boolean option, value can be omitted)
2019-07-26 14:19:24 nooption: set boolean option to 'off' (for example: -nossl)
2019-07-26 14:19:24 copy: duplicate a server
2019-07-26 14:19:24 rename: rename a server
2019-07-26 14:19:24 reorder: reorder list of servers
2019-07-26 14:19:24 open: open the server buffer without connecting
2019-07-26 14:19:24 keep: keep server in config file (for temporary servers only)
2019-07-26 14:19:24 del: delete a server
2019-07-26 14:19:24 deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending)
2019-07-26 14:19:24 jump: jump to server buffer
2019-07-26 14:19:24 raw: open buffer with raw IRC data
2019-07-26 14:19:24 Examples:
2019-07-26 14:19:24 /server listfull
2019-07-26 14:19:24 /server add freenode chat.freenode.net
2019-07-26 14:19:24 /server add freenode chat.freenode.net/6697 -ssl -autoconnect
2019-07-26 14:19:24 /server add chatspike irc.chatspike.net/6667,irc.duckspike.net/6667
2019-07-26 14:19:24 /server copy freenode freenode-test
2019-07-26 14:19:24 /server rename freenode-test freenode2
2019-07-26 14:19:24 /server reorder freenode2 freenode
2019-07-26 14:19:24 /server del freenode
2019-07-26 14:19:24 /server deloutq
2019-07-26 14:19:36 All servers:
2019-07-26 14:19:36 * bouncer-OFTC [connected], nick: zws, 2 channels, 0 pv
2019-07-26 14:19:36 bouncer-freenode
2019-07-26 14:19:42 All servers:
2019-07-26 14:19:42 Server: bouncer-OFTC [connected], nick: zws
2019-07-26 14:19:42 addresses. . . . . . : 'bouncer.awful.club/5000'
2019-07-26 14:19:42 proxy. . . . . . . . : ('')
2019-07-26 14:19:42 ipv6 . . . . . . . . : (on)
2019-07-26 14:19:42 ssl. . . . . . . . . : on
2019-07-26 14:19:42 ssl_cert . . . . . . : ('')
2019-07-26 14:19:42 ssl_priorities . . . : ('NORMAL:-VERS-SSL3.0')
2019-07-26 14:19:42 ssl_dhkey_size . . . : (2048)
2019-07-26 14:19:42 ssl_fingerprint. . . : ('')
2019-07-26 14:19:42 ssl_verify . . . . . : (on)
2019-07-26 14:19:42 password . . . . . . : (hidden)
2019-07-26 14:19:42 capabilities . . . . : ('')
2019-07-26 14:19:42 sasl_mechanism . . . : ('plain')
2019-07-26 14:19:42 sasl_username. . . . : ('')
2019-07-26 14:19:42 sasl_password. . . . : (hidden)
2019-07-26 14:19:42 sasl_key. . . . . . : ('')
2019-07-26 14:19:42 sasl_timeout . . . . : (15 seconds)
2019-07-26 14:19:42 sasl_fail. . . . . . : ('continue')
2019-07-26 14:19:42 autoconnect. . . . . : on
2019-07-26 14:19:42 autoreconnect. . . . : (on)
2019-07-26 14:19:42 autoreconnect_delay. : (10 seconds)
2019-07-26 14:19:42 nicks. . . . . . . . : ('jledbetter,jledbetter1,jledbetter2,jledbetter3,jledbetter4')
2019-07-26 14:19:42 nicks_alternate. . . : (on)
2019-07-26 14:19:42 username . . . . . . : 'blindidiotgod/OFTC'
2019-07-26 14:19:42 realname . . . . . . : ('')
2019-07-26 14:19:42 local_hostname . . . : ('')
2019-07-26 14:19:42 usermode . . . . . . : ('')
2019-07-26 14:19:42 command. . . . . . . : ('')
2019-07-26 14:19:42 command_delay. . . . : (0 seconds)
2019-07-26 14:19:42 autojoin . . . . . . : ('')
2019-07-26 14:19:42 autorejoin . . . . . : (off)
2019-07-26 14:19:42 autorejoin_delay . . : (30 seconds)
2019-07-26 14:19:42 connection_timeout . : (60 seconds)
2019-07-26 14:19:42 anti_flood_prio_high : (2 seconds)
2019-07-26 14:19:42 anti_flood_prio_low. : (2 seconds)
2019-07-26 14:19:42 away_check . . . . . : (0 minutes)
2019-07-26 14:19:42 away_check_max_nicks : (25)
2019-07-26 14:19:42 msg_kick . . . . . . : ('')
2019-07-26 14:19:42 msg_part . . . . . . : ('WeeChat ${info:version}')
2019-07-26 14:19:42 msg_quit . . . . . . : ('WeeChat ${info:version}')
2019-07-26 14:19:42 notify . . . . . . . : ('')
2019-07-26 14:19:42 split_msg_max_length : (512)
2019-07-26 14:19:42 Server: bouncer-freenode [not connected], nick: jledbetter
2019-07-26 14:19:42 addresses. . . . . . : 'bouncer.awful.club/5000'
2019-07-26 14:19:42 proxy. . . . . . . . : ('')
2019-07-26 14:19:42 ipv6 . . . . . . . . : (on)
2019-07-26 14:19:42 ssl. . . . . . . . . : on
2019-07-26 14:19:42 ssl_cert . . . . . . : ('')
2019-07-26 14:19:42 ssl_priorities . . . : ('NORMAL:-VERS-SSL3.0')
2019-07-26 14:19:42 ssl_dhkey_size . . . : (2048)
2019-07-26 14:19:42 ssl_fingerprint. . . : ('')
2019-07-26 14:19:42 ssl_verify . . . . . : (on)
2019-07-26 14:19:42 password . . . . . . : (hidden)
2019-07-26 14:19:42 capabilities . . . . : ('')
2019-07-26 14:19:42 sasl_mechanism . . . : ('plain')
2019-07-26 14:19:42 sasl_username. . . . : ('')
2019-07-26 14:19:42 sasl_password. . . . : (hidden)
2019-07-26 14:19:42 sasl_key. . . . . . : ('')
2019-07-26 14:19:42 sasl_timeout . . . . : (15 seconds)
2019-07-26 14:19:42 sasl_fail. . . . . . : ('continue')
2019-07-26 14:19:42 autoconnect. . . . . : on
2019-07-26 14:19:42 autoreconnect. . . . : (on)
2019-07-26 14:19:42 autoreconnect_delay. : (10 seconds)
2019-07-26 14:19:42 nicks. . . . . . . . : ('jledbetter,jledbetter1,jledbetter2,jledbetter3,jledbetter4')
2019-07-26 14:19:42 nicks_alternate. . . : (on)
2019-07-26 14:19:42 username . . . . . . : 'blindidiotgod/freenode'
2019-07-26 14:19:42 realname . . . . . . : ('')
2019-07-26 14:19:42 local_hostname . . . : ('')
2019-07-26 14:19:42 usermode . . . . . . : ('')
2019-07-26 14:19:42 command. . . . . . . : ('')
2019-07-26 14:19:42 command_delay. . . . : (0 seconds)
2019-07-26 14:19:42 autojoin . . . . . . : ('')
2019-07-26 14:19:42 autorejoin . . . . . : (off)
2019-07-26 14:19:42 autorejoin_delay . . : (30 seconds)
2019-07-26 14:19:42 connection_timeout . : (60 seconds)
2019-07-26 14:19:42 anti_flood_prio_high : (2 seconds)
2019-07-26 14:19:42 anti_flood_prio_low. : (2 seconds)
2019-07-26 14:19:42 away_check . . . . . : (0 minutes)
2019-07-26 14:19:42 away_check_max_nicks : (25)
2019-07-26 14:19:42 msg_kick . . . . . . : ('')
2019-07-26 14:19:42 msg_part . . . . . . : ('WeeChat ${info:version}')
2019-07-26 14:19:42 msg_quit . . . . . . : ('WeeChat ${info:version}')
2019-07-26 14:19:42 notify . . . . . . . : ('')
2019-07-26 14:19:42 split_msg_max_length : (512)
2019-07-26 14:21:04 [core]
2019-07-26 14:21:04 away command filter key plugin reload set version
2019-07-26 14:21:04 bar cursor help layout print repeat unset wait
2019-07-26 14:21:04 buffer debug history mouse proxy save upgrade window
2019-07-26 14:21:04 color eval input mute quit secure uptime
2019-07-26 14:21:04 [relay]
2019-07-26 14:21:04 relay
2019-07-26 14:21:04 [tcl]
2019-07-26 14:21:04 tcl
2019-07-26 14:21:04 [xfer]
2019-07-26 14:21:04 me xfer
2019-07-26 14:21:04 [python]
2019-07-26 14:21:04 python
2019-07-26 14:21:04 [charset]
2019-07-26 14:21:04 charset
2019-07-26 14:21:04 [script]
2019-07-26 14:21:04 script
2019-07-26 14:21:04 [buflist]
2019-07-26 14:21:04 buflist
2019-07-26 14:21:04 [trigger]
2019-07-26 14:21:04 trigger
2019-07-26 14:21:04 [fset]
2019-07-26 14:21:04 fset
2019-07-26 14:21:04 [spell]
2019-07-26 14:21:04 spell
2019-07-26 14:21:04 [fifo]
2019-07-26 14:21:04 fifo
2019-07-26 14:21:04 [lua]
2019-07-26 14:21:04 lua
2019-07-26 14:21:04 [alias]
2019-07-26 14:21:04 AAWAY ANICK CHAT IG LEAVE N SIGNOFF V WII
2019-07-26 14:21:04 alias BEEP CL J M Q T W WW
2019-07-26 14:21:04 AME BYE CLOSE K MSGBUF REDRAW UB WC
2019-07-26 14:21:04 AMSG C EXIT KB MUB SAY UMODE WI
2019-07-26 14:21:04 [irc]
2019-07-26 14:21:04 admin deop kickban nick reconnect servlist users
2019-07-26 14:21:04 allchan devoice kill notice rehash squery version
2019-07-26 14:21:04 allpv die links notify remove squit voice
2019-07-26 14:21:04 allserv disconnect list op restart stats wallchops
2019-07-26 14:21:04 ban halfop lusers oper sajoin summon wallops
2019-07-26 14:21:04 cap ignore map part samode time who
2019-07-26 14:21:04 connect info me ping sanick topic whois
2019-07-26 14:21:04 ctcp invite mode pong sapart trace whowas
2019-07-26 14:21:04 cycle ison motd query saquit unban
2019-07-26 14:21:04 dcc join msg quiet server unquiet
2019-07-26 14:21:04 dehalfop kick names quote service userhost
2019-07-26 14:21:04 [perl]
2019-07-26 14:21:04 perl
2019-07-26 14:21:04 [exec]
2019-07-26 14:21:04 exec
2019-07-26 14:21:04 [logger]
2019-07-26 14:21:04 logger
2019-07-26 14:21:04 [ruby]
2019-07-26 14:21:04 ruby
2019-07-26 14:21:22 [irc] /server list|listfull [<name>]
2019-07-26 14:21:22 add <name> <hostname>[/<port>] [-temp] [-<option>[=<value>]] [-no<option>]
2019-07-26 14:21:22 copy|rename <name> <new_name>
2019-07-26 14:21:22 reorder <name> [<name>...]
2019-07-26 14:21:22 open <name>|-all [<name>...]
2019-07-26 14:21:22 del|keep <name>
2019-07-26 14:21:22 deloutq|jump|raw
2019-07-26 14:21:22 list, add or remove IRC servers
2019-07-26 14:21:22 list: list servers (without argument, this list is displayed)
2019-07-26 14:21:22 listfull: list servers with detailed info for each server
2019-07-26 14:21:22 add: add a new server
2019-07-26 14:21:22 name: server name, for internal and display use; this name is used to connect to the server (/connect name) and to set server options: irc.server.name.xxx
2019-07-26 14:21:22 hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
2019-07-26 14:21:22 -temp: add a temporary server (not saved)
2019-07-26 14:21:22 option: set option for server (for boolean option, value can be omitted)
2019-07-26 14:21:22 nooption: set boolean option to 'off' (for example: -nossl)
2019-07-26 14:21:22 copy: duplicate a server
2019-07-26 14:21:22 rename: rename a server
2019-07-26 14:21:22 reorder: reorder list of servers
2019-07-26 14:21:22 open: open the server buffer without connecting
2019-07-26 14:21:22 keep: keep server in config file (for temporary servers only)
2019-07-26 14:21:22 del: delete a server
2019-07-26 14:21:22 deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending)
2019-07-26 14:21:22 jump: jump to server buffer
2019-07-26 14:21:22 raw: open buffer with raw IRC data
2019-07-26 14:21:22 Examples:
2019-07-26 14:21:22 /server listfull
2019-07-26 14:21:22 /server add freenode chat.freenode.net
2019-07-26 14:21:22 /server add freenode chat.freenode.net/6697 -ssl -autoconnect
2019-07-26 14:21:22 /server add chatspike irc.chatspike.net/6667,irc.duckspike.net/6667
2019-07-26 14:21:22 /server copy freenode freenode-test
2019-07-26 14:21:22 /server rename freenode-test freenode2
2019-07-26 14:21:22 /server reorder freenode2 freenode
2019-07-26 14:21:22 /server del freenode
2019-07-26 14:21:22 /server deloutq
2019-07-26 14:21:29 =!= Error: unknown command "/se4rver" (type /help for help)
2019-07-26 14:21:36 irc: server bouncer-freenode has been deleted
2019-07-26 14:21:42 =!= Error: unknown command "/serveradd" (type /help for help)
2019-07-26 14:23:02 irc: server bouncer-freenode added
2019-07-26 14:23:44 Secured data "bouncer-freenode" set
2019-07-26 14:23:44 Options saved to sec.conf
2019-07-26 14:24:15 Option changed: irc.server.bouncer-freenode.password = "${sec.data.bouncer-freenode}" (default if null: "")
2019-07-26 14:24:18 Options saved to sec.conf
2019-07-26 14:24:18 Options saved to weechat.conf
2019-07-26 14:24:18 Options saved to plugins.conf
2019-07-26 14:24:18 Options saved to charset.conf
2019-07-26 14:24:18 Options saved to logger.conf
2019-07-26 14:24:18 Options saved to exec.conf
2019-07-26 14:24:18 Options saved to trigger.conf
2019-07-26 14:24:18 Options saved to spell.conf
2019-07-26 14:24:18 Options saved to alias.conf
2019-07-26 14:24:18 Options saved to buflist.conf
2019-07-26 14:24:18 Options saved to fifo.conf
2019-07-26 14:24:18 Options saved to xfer.conf
2019-07-26 14:24:18 Options saved to irc.conf
2019-07-26 14:24:18 Options saved to relay.conf
2019-07-26 14:24:18 Options saved to tcl.conf
2019-07-26 14:24:18 Options saved to python.conf
2019-07-26 14:24:18 Options saved to lua.conf
2019-07-26 14:24:18 Options saved to perl.conf
2019-07-26 14:24:18 Options saved to ruby.conf
2019-07-26 14:24:18 Options saved to script.conf
2019-07-26 14:24:18 Options saved to fset.conf
2019-07-26 14:24:29 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer

@ -0,0 +1,207 @@
2019-07-05 13:54:04 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-05 13:54:04 -- Channel #next-browser: 18 nicks (0 ops, 0 voices, 18 normals)
2019-07-05 13:54:06 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-08 09:35:10 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-08 09:35:10 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-08 09:35:13 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-08 10:10:11 <-- jmercouris (~jmercouri@x4d0de956.dyn.telefonica.de) has quit (Remote host closed the connection)
2019-07-08 10:54:35 --> impaktor_ (~user@2a02:fe0:c000:3:248d:e6d0:1648:f9fb) has joined #nEXT-Browser
2019-07-08 10:58:15 impaktor_ Hi! I'm trying to start next-browser for the first time (installed from AUR arch linux package). I assume I'm first to run next-gtk-webkit first to start a server process and then start /usr/bin/next ?
2019-07-08 10:59:01 impaktor_ Doing so starts a blank screen with a large mini-buffer saying "Document-mode", but C-l or M-l or C-x b doesn't seem to do much. What am I doing wrong?
2019-07-08 11:00:29 -- irc: disconnected from server
2019-07-08 11:05:44 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-08 11:05:44 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-08 11:05:53 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-08 11:12:32 -- irc: disconnected from server
2019-07-08 11:13:11 --> zws (~blindidio@134.209.53.112) has joined #nEXT-Browser
2019-07-08 11:13:11 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-08 11:13:31 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-08 11:13:33 -- Mode #next-browser [+cnt]
2019-07-08 11:13:33 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-08 11:15:01 -- irc: disconnected from server
2019-07-08 11:15:41 --> zws (~blindidio@134.209.53.112) has joined #nEXT-Browser
2019-07-08 11:15:41 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-08 11:15:58 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-08 11:16:00 -- Mode #next-browser [+cnt]
2019-07-08 11:16:00 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-08 11:16:39 -- irc: disconnected from server
2019-07-08 11:17:16 --> zws (~blindidio@134.209.53.112) has joined #nEXT-Browser
2019-07-08 11:17:16 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-08 11:17:30 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-08 11:17:32 -- Mode #next-browser [+cnt]
2019-07-08 11:17:32 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-08 11:40:08 --> impaktor (~user@marvin.thep.lu.se) has joined #nEXT-Browser
2019-07-08 14:47:24 impaktor_ anyway, still haven't figured out how to get next to open url's, so any hints are welcome. I'll linger here to take time zones into account...
2019-07-08 14:56:01 wasamasa launch it from a terminal and you'll most likely see some error message
2019-07-08 14:58:35 impaktor_ Well, I get: https://pastebin.com/raw/Kqa4mukK
2019-07-08 14:59:14 impaktor_ So then I started next-gtk-webkit, and then launch next, which gives me an empty window, where none of the commands in the manual work.
2019-07-08 15:00:09 wasamasa the first part shouldn't be necessary
2019-07-08 15:00:24 wasamasa next launches its child process on its own
2019-07-08 15:01:06 impaktor_ OK, if I skipp the first part, then the pasted error above is what I get.
2019-07-08 15:05:15 wasamasa there's at least two other ways of running the browser
2019-07-08 15:05:28 wasamasa the precompiled guix bundle and compiling it yourself
2019-07-08 15:05:35 wasamasa if either of these work, the aur version is busted
2019-07-08 16:15:11 <-- andrei-n (~andrei-n@173.155-67-87.adsl-dyn.isp.belgacom.be) has quit (Remote host closed the connection)
2019-07-08 16:28:19 <-- impaktor_ (~user@2a02:fe0:c000:3:248d:e6d0:1648:f9fb) has quit (Remote host closed the connection)
2019-07-09 10:08:24 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-09 10:08:24 -- Channel #next-browser: 20 nicks (0 ops, 0 voices, 20 normals)
2019-07-09 10:08:27 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-09 10:15:41 --> andrei-n (~andrei-n@173.155-67-87.adsl-dyn.isp.belgacom.be) has joined #nEXT-Browser
2019-07-09 13:23:56 -- jackhill_ is now known as jackhill
2019-07-09 13:25:00 --> jmercouris (~jmercouri@x4e378f67.dyn.telefonica.de) has joined #nEXT-Browser
2019-07-09 14:42:37 <-- andrei-n (~andrei-n@173.155-67-87.adsl-dyn.isp.belgacom.be) has quit (Read error: Connection reset by peer)
2019-07-09 14:44:22 --> andrei-n (~andrei-n@173.155-67-87.adsl-dyn.isp.belgacom.be) has joined #nEXT-Browser
2019-07-09 15:00:06 <-- jmercouris (~jmercouri@x4e378f67.dyn.telefonica.de) has quit (Remote host closed the connection)
2019-07-09 16:00:37 <-- andrei-n (~andrei-n@173.155-67-87.adsl-dyn.isp.belgacom.be) has quit (Remote host closed the connection)
2019-07-10 09:55:37 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-10 09:55:37 -- Channel #next-browser: 19 nicks (0 ops, 0 voices, 19 normals)
2019-07-10 09:55:37 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-10 09:55:44 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-10 09:55:44 -- Channel #next-browser: 19 nicks (0 ops, 0 voices, 19 normals)
2019-07-10 09:55:44 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-10 10:09:18 -- impaktor` is now known as impaktor
2019-07-10 11:22:04 <-- iskander (~iskander@2a02:8070:deb:6ff0:211:32ff:fe48:7a25) has quit (Quit: Quit)
2019-07-10 16:41:49 -- irc: disconnected from server
2019-07-10 16:50:50 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-10 16:50:50 -- Channel #next-browser: 18 nicks (0 ops, 0 voices, 18 normals)
2019-07-10 16:50:54 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-10 17:33:15 -- irc: disconnected from server
2019-07-10 20:43:38 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-10 20:43:38 -- Channel #next-browser: 18 nicks (0 ops, 0 voices, 18 normals)
2019-07-10 20:43:43 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-10 22:43:57 -- irc: disconnected from server
2019-07-10 22:44:08 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-10 22:44:08 -- Channel #next-browser: 19 nicks (0 ops, 0 voices, 19 normals)
2019-07-10 22:44:14 -- irc: disconnected from server
2019-07-11 00:44:18 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-11 00:44:18 -- Channel #next-browser: 19 nicks (0 ops, 0 voices, 19 normals)
2019-07-11 00:44:22 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-11 02:44:36 -- irc: disconnected from server
2019-07-11 02:44:51 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-11 02:44:51 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-11 09:12:09 -- irc: disconnected from server
2019-07-11 09:12:20 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-11 09:12:20 -- Channel #next-browser: 20 nicks (0 ops, 0 voices, 20 normals)
2019-07-11 09:12:24 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-11 11:16:32 <-- pjb (~t@2a01cb04063ec500d1e6c57f50596c96.ipv6.abo.wanadoo.fr) has quit (Remote host closed the connection)
2019-07-11 11:17:27 --> pjb (~t@2a01cb04063ec50088b15e3d015685ca.ipv6.abo.wanadoo.fr) has joined #nEXT-Browser
2019-07-15 09:48:28 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-15 09:48:28 -- Channel #next-browser: 20 nicks (0 ops, 0 voices, 20 normals)
2019-07-15 09:48:28 *** Buffer Playback...
2019-07-15 09:48:28 impaktor [15:53:33] jmercouris: been quiet in here since Monday when I became #21, and uttered my voice...
2019-07-15 09:48:28 impaktor [15:53:48] (to answer your question)
2019-07-15 09:48:28 jmercouris [15:53:55] impaktor: I did not see your answer
2019-07-15 09:48:28 jmercouris [15:54:01] my client frequently disconnects
2019-07-15 09:48:28 jmercouris [15:54:07] could you please repaste it?
2019-07-15 09:48:28 impaktor [15:56:53] that was my answer..., that it's been quiet in here since Monday.
2019-07-15 09:48:28 impaktor [15:57:22] Ah, I see the bad phrasing of it now, sorry.
2019-07-15 09:48:28 jmercouris [15:59:58] Oh I see
2019-07-15 09:48:28 jmercouris [16:00:30] thanks for letting me know
2019-07-15 09:48:28 *** Playback Complete.
2019-07-15 09:48:28 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-15 10:05:02 --> andrei-n (~andrei-n@173.155-67-87.adsl-dyn.isp.belgacom.be) has joined #nEXT-Browser
2019-07-15 11:40:30 <-- andrei-n (~andrei-n@173.155-67-87.adsl-dyn.isp.belgacom.be) has quit (Read error: Connection reset by peer)
2019-07-15 11:42:05 --> andrei-n (~andrei-n@173.155-67-87.adsl-dyn.isp.belgacom.be) has joined #nEXT-Browser
2019-07-15 12:32:47 <-- commanderkeen (~commander@75-108-123-5.bcstcmta01.com.dyn.suddenlink.net) has quit (Quit: bye)
2019-07-15 12:35:52 --> commanderkeen (~commander@75-108-123-5.bcstcmta01.com.dyn.suddenlink.net) has joined #nEXT-Browser
2019-07-15 14:04:39 -- irc: disconnected from server
2019-07-15 14:07:17 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-15 14:07:17 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-15 14:07:21 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-15 14:57:29 <-- andrei-n (~andrei-n@173.155-67-87.adsl-dyn.isp.belgacom.be) has quit (Remote host closed the connection)
2019-07-16 09:45:36 --> blindidi- (~blindidio@134.209.53.112) has joined #next-browser
2019-07-16 09:45:36 -- Channel #next-browser: 20 nicks (0 ops, 0 voices, 20 normals)
2019-07-16 09:45:36 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-16 10:54:53 --> jmercouris (~jmercouri@x590ca3d3.dyn.telefonica.de) has joined #nEXT-Browser
2019-07-16 11:29:22 <-- jmercouris (~jmercouri@x590ca3d3.dyn.telefonica.de) has quit (Ping timeout: 268 seconds)
2019-07-16 15:47:12 <-- catfuneral_ (~catfunera@unaffiliated/catfuneral) has quit (Quit: Когда рак на горе свистнет)
2019-07-16 15:48:53 --> catfuneral (~catfunera@unaffiliated/catfuneral) has joined #nEXT-Browser
2019-07-18 10:02:44 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-18 10:02:44 -- Channel #next-browser: 20 nicks (0 ops, 0 voices, 20 normals)
2019-07-18 10:02:45 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-18 13:29:28 -- irc: disconnected from server
2019-07-18 13:30:48 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-18 13:30:48 -- Channel #next-browser: 20 nicks (0 ops, 0 voices, 20 normals)
2019-07-18 13:30:52 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-19 10:01:48 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-19 10:01:48 -- Channel #next-browser: 20 nicks (0 ops, 0 voices, 20 normals)
2019-07-19 10:01:48 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-22 09:21:22 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-22 09:21:22 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-22 09:21:23 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-22 10:16:08 <-- jmercouris (~jmercouri@x4db738fe.dyn.telefonica.de) has quit (Remote host closed the connection)
2019-07-22 10:35:06 --> pestdoktor (pestdoktor@gateway/shell/matrix.org/x-yymtyeldofsjnngc) has joined #nEXT-Browser
2019-07-22 10:39:33 pestdoktor hey, i wanted to try next today
2019-07-22 10:41:30 pestdoktor but trying to execute the binary resulting from `make install` complains about `sbcl.core` missing
2019-07-22 10:43:31 pestdoktor after installing sbcl, it just drops me to a lisp shell
2019-07-22 10:54:22 pestdoktor when i try `(next:start)` in there, it says `Package NEXT does not exist.`
2019-07-22 10:54:48 pestdoktor i don't know the first thing about lisp, so any help would be appreciated
2019-07-22 11:34:10 pestdoktor https://paste.sh/qBuqZVYo#Lxwl2hUXKj6oFmNZPt32c5Pb
2019-07-22 11:34:54 pestdoktor imma guess i have an error in my build recipe
2019-07-22 11:35:01 pestdoktor i'll try again tomorrow
2019-07-22 14:10:46 pestdoktor I found the culprit: I had to exclude the binary from the "strip all the binaries"-buildstep of the Void Linux buildsystem
2019-07-22 16:14:41 -- irc: disconnected from server
2019-07-22 16:37:09 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-22 16:37:09 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-22 16:37:09 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-22 18:14:13 -- irc: disconnected from server
2019-07-23 09:08:33 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-23 09:08:33 -- Channel #next-browser: 22 nicks (0 ops, 0 voices, 22 normals)
2019-07-23 09:08:36 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-23 09:18:43 <-- jmercouris (~jmercouri@x4d0dd17f.dyn.telefonica.de) has quit (Ping timeout: 246 seconds)
2019-07-23 09:59:30 --> jmercouris (~jmercouri@x4d0dd17f.dyn.telefonica.de) has joined #nEXT-Browser
2019-07-23 10:02:30 <-- jmercouris (~jmercouri@x4d0dd17f.dyn.telefonica.de) has quit (Remote host closed the connection)
2019-07-23 10:25:04 pestdoktor impaktor: i was using [xbps-src](https://github.com/void-linux/void-packages), wich does all the builds in a chroot, so i only had the build deps in there, not on the actual system
2019-07-23 10:25:37 pestdoktor that software also strips binaries before packaging
2019-07-23 10:26:14 pestdoktor it works now, after excluding the `next` binary from that step!
2019-07-23 10:27:01 pestdoktor ty for the response, though
2019-07-23 13:18:40 <-- hdasch (~hugh@184-23-83-252.dsl.static.fusionbroadband.com) has quit (Read error: Connection reset by peer)
2019-07-23 13:20:53 --> hdasch (~hugh@184-23-83-252.dsl.static.fusionbroadband.com) has joined #nEXT-Browser
2019-07-23 16:45:34 -- irc: disconnected from server
2019-07-23 20:49:43 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-23 20:49:43 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-23 20:49:48 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-23 22:50:07 -- irc: disconnected from server
2019-07-24 00:50:20 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-24 00:50:20 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-24 00:50:20 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-24 02:50:40 -- irc: disconnected from server
2019-07-24 02:50:53 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-24 02:50:53 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-24 02:50:56 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-24 02:50:58 -- irc: disconnected from server
2019-07-24 04:46:28 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-24 04:46:28 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-24 04:46:28 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-24 09:23:13 -- irc: disconnected from server
2019-07-24 09:23:23 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-24 09:23:23 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-24 09:23:27 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-24 09:32:39 --> wxie (~Thunderbi@2409:8a1e:1080:31d9:8f38:6db6:21af:fcf7) has joined #nEXT-Browser
2019-07-24 09:43:07 --> jmercouris (~jmercouri@x4dbf24e5.dyn.telefonica.de) has joined #nEXT-Browser
2019-07-24 09:54:04 <-- wxie (~Thunderbi@2409:8a1e:1080:31d9:8f38:6db6:21af:fcf7) has quit (Ping timeout: 264 seconds)
2019-07-24 10:08:30 <-- jmercouris (~jmercouri@x4dbf24e5.dyn.telefonica.de) has quit (Remote host closed the connection)
2019-07-24 10:11:19 --> jmercouris (~jmercouri@x4dbf24e5.dyn.telefonica.de) has joined #nEXT-Browser
2019-07-24 10:44:45 <-- jmercouris (~jmercouri@x4dbf24e5.dyn.telefonica.de) has quit (Remote host closed the connection)
2019-07-24 16:21:59 -- irc: disconnected from server
2019-07-25 09:36:45 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-25 09:36:45 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-25 09:36:49 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-25 13:30:53 -- irc: disconnected from server
2019-07-25 13:31:04 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-25 13:31:04 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-25 13:31:08 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-25 16:58:29 -- irc: disconnected from server
2019-07-26 00:35:42 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-26 00:35:42 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-26 00:35:47 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-26 02:36:03 -- irc: disconnected from server
2019-07-26 09:25:31 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-26 09:25:31 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-26 09:25:35 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-26 14:23:11 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-26 14:23:11 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-26 14:23:11 -- Channel created on Tue, 09 Jan 2018 02:20:10
2019-07-26 14:24:30 --> zws (~blindidio@134.209.53.112) has joined #next-browser
2019-07-26 14:24:30 -- Channel #next-browser: 21 nicks (0 ops, 0 voices, 21 normals)
2019-07-26 14:24:30 -- Channel created on Tue, 09 Jan 2018 02:20:10

@ -0,0 +1,64 @@
2019-07-08 11:05:44 --> zws (~blindidio@134.209.53.112) has joined #python-unregistered
2019-07-08 11:05:44 -- Topic for #python-unregistered is "Welcome to #python-unregistered! You've been put here because #python requires you to register your nickname with Freenode. For more information about registering on Freenode, ask #freenode. For more information about #python,#python-* moderation, #python-ops."
2019-07-08 11:05:44 -- Topic set by lvh (~lvh@python/psf/lvh) on Fri, 01 Jul 2011 03:44:19
2019-07-08 11:05:44 -- Channel #python-unregistered: 881 nicks (1 op, 0 voices, 880 normals)
2019-07-08 11:05:57 -- Channel created on Sat, 05 Feb 2011 18:12:29
2019-07-08 11:06:30 <-- defaultnick_____ (~7JTAAORXG@104.251.94.18) has quit (Remote host closed the connection)
2019-07-08 11:06:39 --> defaultnick_____ (~7JTAAORXG@104.251.94.18) has joined #python-unregistered
2019-07-08 11:08:40 <-- sleepyblooshy (uid134100@gateway/web/irccloud.com/x-nefdgrkckrjuyebf) has quit (Quit: Connection closed for inactivity)
2019-07-08 11:08:44 --> hamishtmb (~hamishtmb@host86-139-151-82.range86-139.btcentralplus.com) has joined #python-unregistered
2019-07-08 11:10:01 <-- Theroxat (~quassel@222.229.1.85.dynamic.wline.res.cust.swisscom.ch) has quit (Remote host closed the connection)
2019-07-08 11:10:12 <-- hamishtmb (~hamishtmb@host86-139-151-82.range86-139.btcentralplus.com) has quit (Read error: Connection reset by peer)
2019-07-08 11:10:32 --> hamishtmb (~hamishtmb@host86-139-151-82.range86-139.btcentralplus.com) has joined #python-unregistered
2019-07-08 11:10:44 <-- pbandark_ (~pbandark@94.236.3.83) has quit (Quit: Leaving)
2019-07-08 11:10:49 <-- toxync04 (~toxync04@223.72.93.195) has quit (Ping timeout: 246 seconds)
2019-07-08 11:10:50 --> Theroxat (~quassel@222.229.1.85.dynamic.wline.res.cust.swisscom.ch) has joined #python-unregistered
2019-07-08 11:11:29 --> toxync04 (~toxync04@120.244.111.187) has joined #python-unregistered
2019-07-08 11:11:39 <-- gamado__ (gamado@nat/redhat/x-pqmgsheaqhskfiio) has quit (Ping timeout: 244 seconds)
2019-07-08 11:12:32 -- irc: disconnected from server
2019-07-08 11:13:11 --> zws (~blindidio@134.209.53.112) has joined #python-unregistered
2019-07-08 11:13:11 -- Topic for #python-unregistered is "Welcome to #python-unregistered! You've been put here because #python requires you to register your nickname with Freenode. For more information about registering on Freenode, ask #freenode. For more information about #python,#python-* moderation, #python-ops."
2019-07-08 11:13:11 -- Topic set by lvh (~lvh@python/psf/lvh) on Fri, 01 Jul 2011 03:44:19
2019-07-08 11:13:11 -- Channel #python-unregistered: 879 nicks (1 op, 0 voices, 878 normals)
2019-07-08 11:13:27 -- Channel created on Sat, 05 Feb 2011 18:12:29
2019-07-08 11:13:29 -- Mode #python-unregistered [+cmnpst]
2019-07-08 11:13:29 -- Channel created on Sat, 05 Feb 2011 18:12:29
2019-07-08 11:15:01 -- irc: disconnected from server
2019-07-08 11:15:41 --> zws (~blindidio@134.209.53.112) has joined #python-unregistered
2019-07-08 11:15:41 -- Topic for #python-unregistered is "Welcome to #python-unregistered! You've been put here because #python requires you to register your nickname with Freenode. For more information about registering on Freenode, ask #freenode. For more information about #python,#python-* moderation, #python-ops."
2019-07-08 11:15:41 -- Topic set by lvh (~lvh@python/psf/lvh) on Fri, 01 Jul 2011 03:44:19
2019-07-08 11:15:41 -- Channel #python-unregistered: 879 nicks (1 op, 0 voices, 878 normals)
2019-07-08 11:15:54 -- Channel created on Sat, 05 Feb 2011 18:12:29
2019-07-08 11:15:56 -- Mode #python-unregistered [+cmnpst]
2019-07-08 11:15:56 -- Channel created on Sat, 05 Feb 2011 18:12:29
2019-07-08 11:16:19 --> Guest38175 (ad49b257@pool-173-73-178-87.washdc.fios.verizon.net) has joined #python-unregistered
2019-07-08 11:16:28 <-- sergiomiguelrp (~quassel@190.219.94.209) has quit (Ping timeout: 268 seconds)
2019-07-08 11:16:39 -- irc: disconnected from server
2019-07-08 11:17:16 --> zws (~blindidio@134.209.53.112) has joined #python-unregistered
2019-07-08 11:17:16 -- Topic for #python-unregistered is "Welcome to #python-unregistered! You've been put here because #python requires you to register your nickname with Freenode. For more information about registering on Freenode, ask #freenode. For more information about #python,#python-* moderation, #python-ops."
2019-07-08 11:17:16 -- Topic set by lvh (~lvh@python/psf/lvh) on Fri, 01 Jul 2011 03:44:19
2019-07-08 11:17:16 -- Channel #python-unregistered: 879 nicks (1 op, 0 voices, 878 normals)
2019-07-08 11:17:21 --> sergiomiguelrp (~quassel@190.219.94.209) has joined #python-unregistered
2019-07-08 11:17:38 -- Channel created on Sat, 05 Feb 2011 18:12:29
2019-07-08 11:17:40 -- Mode #python-unregistered [+cmnpst]
2019-07-08 11:17:40 -- Channel created on Sat, 05 Feb 2011 18:12:29
2019-07-08 11:18:08 -- Guest38175 is now known as guesttttt
2019-07-08 11:18:40 <-- m_tadeu (~quassel@bl9-205-97.dsl.telepac.pt) has quit (Quit: No Ping reply in 180 seconds.)
2019-07-08 11:18:49 <-- zws (~blindidio@134.209.53.112) has left #python-unregistered
2019-07-10 09:55:37 --> blindidi- (~blindidio@134.209.53.112) has joined #python-unregistered
2019-07-10 09:55:37 -- Topic for #python-unregistered is "Welcome to #python-unregistered! You've been put here because #python requires you to register your nickname with Freenode. For more information about registering on Freenode, ask #freenode. For more information about #python,#python-* moderation, #python-ops."
2019-07-10 09:55:37 -- Topic set by lvh (~lvh@python/psf/lvh) on Fri, 01 Jul 2011 03:44:19
2019-07-10 09:55:37 -- Channel #python-unregistered: 890 nicks (1 op, 0 voices, 889 normals)
2019-07-10 09:55:41 -- Channel created on Sat, 05 Feb 2011 18:12:29
2019-07-10 09:55:44 --> blindidi- (~blindidio@134.209.53.112) has joined #python-unregistered
2019-07-10 09:55:44 -- Topic for #python-unregistered is "Welcome to #python-unregistered! You've been put here because #python requires you to register your nickname with Freenode. For more information about registering on Freenode, ask #freenode. For more information about #python,#python-* moderation, #python-ops."
2019-07-10 09:55:44 -- Topic set by lvh (~lvh@python/psf/lvh) on Fri, 01 Jul 2011 03:44:19
2019-07-10 09:55:44 -- Channel #python-unregistered: 890 nicks (1 op, 0 voices, 889 normals)
2019-07-10 09:55:46 <-- blindidi- (~blindidio@134.209.53.112) has left #python-unregistered
2019-07-10 09:55:51 -- Channel created on Sat, 05 Feb 2011 18:12:29
2019-07-10 16:41:49 -- irc: disconnected from server
2019-07-10 17:33:15 -- irc: disconnected from server
2019-07-10 22:43:57 -- irc: disconnected from server
2019-07-10 22:44:14 -- irc: disconnected from server
2019-07-11 02:44:36 -- irc: disconnected from server
2019-07-11 09:12:09 -- irc: disconnected from server

@ -0,0 +1,7 @@
2019-07-08 11:08:37 *status The channel #emacs could not be joined, disabling it.
2019-07-08 11:12:32 -- irc: disconnected from server
2019-07-08 11:13:05 *status Connected!
2019-07-08 11:15:01 -- irc: disconnected from server
2019-07-08 11:15:35 *status Connected!
2019-07-08 11:16:39 -- irc: disconnected from server
2019-07-08 11:17:10 *status Connected!

@ -0,0 +1,49 @@
2019-07-08 11:17:22 zws help
2019-07-08 11:17:42 -- NickServ: ***** NickServ Help *****
2019-07-08 11:17:42 -- NickServ: NickServ allows users to 'register' a nickname, and stop
2019-07-08 11:17:42 -- NickServ: others from using that nick. NickServ allows the owner of a
2019-07-08 11:17:42 -- NickServ: nickname to disconnect a user from the network that is using
2019-07-08 11:17:42 -- NickServ: their nickname.
2019-07-08 11:17:42 -- NickServ:
2019-07-08 11:17:42 -- NickServ: For more information on a command, type:
2019-07-08 11:17:42 -- NickServ: /msg NickServ help <command>
2019-07-08 11:17:42 -- NickServ: For a verbose listing of all commands, type:
2019-07-08 11:17:42 -- NickServ: /msg NickServ help commands
2019-07-08 11:17:42 -- NickServ:
2019-07-08 11:17:42 -- NickServ: The following commands are available:
2019-07-08 11:17:42 -- NickServ: GHOST Reclaims use of a nickname.
2019-07-08 11:17:42 -- NickServ: IDENTIFY Identifies to services for a nickname.
2019-07-08 11:17:42 -- NickServ: INFO Displays information on registrations.
2019-07-08 11:17:42 -- NickServ: LISTCHANS Lists channels that you have access to.
2019-07-08 11:17:42 -- NickServ: REGISTER Registers a nickname.
2019-07-08 11:17:42 -- NickServ: RELEASE Releases a services enforcer.
2019-07-08 11:17:42 -- NickServ: SENDPASS Email registration passwords.
2019-07-08 11:17:42 -- NickServ:
2019-07-08 11:17:42 -- NickServ: Other commands: ACC, ACCESS, CERT, DROP, HELP, LOGOUT,
2019-07-08 11:17:42 -- NickServ: REGAIN, SETPASS, STATUS, TAXONOMY, VERIFY
2019-07-08 11:17:42 -- NickServ: ***** End of Help *****
2019-07-08 11:18:04 zws identify help
2019-07-08 11:18:04 -- NickServ: zws is not a registered nickname.
2019-07-08 11:18:07 zws help identify
2019-07-08 11:18:07 -- NickServ: ***** NickServ Help *****
2019-07-08 11:18:07 -- NickServ: Help for IDENTIFY:
2019-07-08 11:18:07 -- NickServ:
2019-07-08 11:18:07 -- NickServ: IDENTIFY identifies you with services so that you
2019-07-08 11:18:07 -- NickServ: can perform general maintenance and commands that
2019-07-08 11:18:07 -- NickServ: require you to be logged in.
2019-07-08 11:18:07 -- NickServ:
2019-07-08 11:18:07 -- NickServ: Syntax: IDENTIFY <password>
2019-07-08 11:18:07 -- NickServ:
2019-07-08 11:18:07 -- NickServ: You can also identify for another nick than you
2019-07-08 11:18:07 -- NickServ: are currently using.
2019-07-08 11:18:07 -- NickServ:
2019-07-08 11:18:07 -- NickServ: Syntax: IDENTIFY <nick> <password>
2019-07-08 11:18:07 -- NickServ:
2019-07-08 11:18:07 -- NickServ: Example:
2019-07-08 11:18:07 -- NickServ: /msg NickServ IDENTIFY foo
2019-07-08 11:18:07 -- NickServ: /msg NickServ IDENTIFY jilles foo
2019-07-08 11:18:07 -- NickServ: ***** End of Help *****
2019-07-08 11:18:21 zws identify zws convene-scab-irritate-jerk
2019-07-08 11:18:21 -- NickServ: zws is not a registered nickname.
2019-07-08 11:18:29 zws identify blindidiotgod convene-scab-irritate-jerk
2019-07-08 11:18:29 -- NickServ: You are now identified for blindidiotgod.

@ -0,0 +1,2 @@
2019-07-08 11:17:31 zws help
2019-07-08 11:17:44 -- nickserve: No such nick/channel

@ -0,0 +1,462 @@
2019-07-05 13:54:04 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-05 13:54:04 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-05 13:54:04 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-05 13:54:04 -- Channel #crimehole: 20 nicks (1 op, 0 voices, 19 normals)
2019-07-05 13:54:04 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-05 13:54:17 <-- zws (~blindidio@134.209.53.112) has left #crimehole
2019-07-05 13:54:26 zws test
2019-07-05 13:54:31 zws cool, that seems to work.
2019-07-05 14:28:50 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-05 14:28:50 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-05 14:28:50 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-05 14:28:50 -- Channel #crimehole: 20 nicks (1 op, 0 voices, 19 normals)
2019-07-05 14:28:52 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-08 09:35:09 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-08 09:35:09 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-08 09:35:09 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-08 09:35:09 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-08 09:35:10 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-08 09:36:09 ignatz I have a mongodb up me
2019-07-08 09:37:42 riking Did it hurt?
2019-07-08 09:38:20 ignatz it's the worst
2019-07-08 09:38:41 ignatz massive production outage due to bad design decisions made 2+ years ago
2019-07-08 09:39:49 zws oh noooooo
2019-07-08 09:39:56 zws extremely rip :|
2019-07-08 09:40:09 ignatz asshole dev "fixed" it and disappeared
2019-07-08 09:50:34 ignatz concall has massive echo issues
2019-07-08 09:51:14 riking plan on writing a report to ask for resources to fix the problems
2019-07-08 09:51:32 zws i miss doing thatt part, i liked the write up
2019-07-08 09:51:32 ignatz i think someone's just gonna get fired
2019-07-08 09:51:38 zws but i don't miss the inevitable "no"
2019-07-08 09:53:19 ignatz the guy fucked up, alienated everyone along the way, hoarded info, and now has disappeared in a huge outage
2019-07-08 09:54:01 riking Oh wait you mean they disappeared right now?
2019-07-08 09:54:21 riking Engage cya mode
2019-07-08 09:58:38 riking which means... Document everything, create a timeline?
2019-07-08 09:59:55 zws oof
2019-07-08 10:00:01 zws good luck ignatz :\
2019-07-08 10:36:35 riking [world news] "The bill foresees a 3% tax on the French revenues of digital companies with global revenue of more than 750 million euros ($847 million), and French revenue over 25 million euros." seems reasonable to me
2019-07-08 10:39:15 ignatz headline: Admiral poised to lead Navy retires over professional relationship with disgraced bad Santa press officer
2019-07-08 11:00:29 -- irc: disconnected from server
2019-07-08 11:06:04 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:06:07 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:06:37 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:07:07 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:07:37 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:08:07 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:12:32 -- irc: disconnected from server
2019-07-08 11:12:48 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:13:07 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:13:37 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:14:07 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:14:37 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:15:01 -- irc: disconnected from server
2019-07-08 11:15:19 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:15:38 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:16:08 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:16:38 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:16:39 -- irc: disconnected from server
2019-07-08 11:16:55 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:17:14 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:17:44 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:18:14 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:18:44 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:19:14 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:19:44 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:20:14 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:20:15 -- #crimehole: Cannot join channel (+i)
2019-07-08 11:20:44 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-08 11:20:44 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-08 11:20:44 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-08 11:20:44 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-08 11:20:44 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-08 11:20:44 -- PvNotice(ChanServ): .
2019-07-09 10:08:24 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-09 10:08:24 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-09 10:08:24 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-09 10:08:24 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-09 10:08:24 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-09 10:08:29 zws good morning to my friends
2019-07-09 10:08:42 zws Zoom.us fun is consuming my morning
2019-07-09 10:08:58 zws how's everyone doing?
2019-07-09 10:09:02 riking Oh no
2019-07-09 10:09:26 riking Slow start, bad sleep, still in transit
2019-07-09 10:09:32 zws booo :\ sorry to hear
2019-07-09 10:09:43 zws rough day ahead or will it be p slow?
2019-07-09 10:10:15 riking There's some rough stuff happening for sure
2019-07-09 10:11:52 zws Sorry :( i hope it goes well
2019-07-09 11:26:52 caurinus JFC, one of my coworkers passed away
2019-07-09 11:28:11 caurinus one of the few decent ones
2019-07-09 13:52:07 Ash :( :(
2019-07-09 14:05:59 riking Oh no
2019-07-09 14:06:05 riking Sympathies
2019-07-10 09:57:23 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-10 09:57:23 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-10 09:57:23 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-10 09:57:23 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-10 09:57:23 -- PvNotice(ChanServ): .
2019-07-10 09:57:25 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-10 10:45:10 alexandria I once bought a stack of L Ron Hubbard books because I confused him and robert silverberg
2019-07-10 10:45:36 alexandria I still have them, I have no idea what to do with them; burning them is heresy, giving them away -- I wouldn't wish them on my worst enemy
2019-07-10 11:56:28 @Allie alexandria: need to level a piano?
2019-07-10 12:16:52 zws on a call with a vendor
2019-07-10 12:17:00 zws the fuckre will not stop saying "utilize"
2019-07-10 12:17:05 zws just say 'use' god damnit
2019-07-10 12:17:44 caurinus usetilizatize
2019-07-10 12:22:57 zws i hate it so much
2019-07-10 12:23:34 zws 'is this actionable' 'utilize' 'bringing this to the top of ur inbox'
2019-07-10 12:23:48 zws we had perfectly servicable words for these things
2019-07-10 12:24:01 zws "Can we do anything with that data" "use" "spamming you 4 money"
2019-07-10 12:24:38 caurinus knowledge transfer
2019-07-10 12:25:03 caurinus "HWAT!" I of the information technology support people in the day of now have borne witness to a Lexmark which fell slain as I erased its nonvolatile memory, which held its mindstuff, so that it no longer booted and became useless.
2019-07-10 12:26:01 caurinus But I spoke to Lexmark support and the lady on the other end is sending a new one via next day shipping
2019-07-10 12:26:18 caurinus because she said the control board went bad
2019-07-10 12:26:29 @Allie zws: it's _leverage_. honestly
2019-07-10 12:26:31 @Allie we don't use printers
2019-07-10 12:26:38 @Allie we LEVERAGE MODERN PRINTING TECHNOLOGIES
2019-07-10 12:26:41 caurinus I'm pretty sure she's making the control board thing up just so she can replace it
2019-07-10 12:27:14 zws ok caurinus i want to use "..held its mindstuff" in a real work email sometime lmao
2019-07-10 12:27:16 caurinus implementing solutions for actionable synergy
2019-07-10 12:27:26 zws ALLIE NOOOO
2019-07-10 12:27:55 caurinus zws the phrase is mine you have to pay royalties but it's very reasonable, only $1 per email
2019-07-10 12:28:03 caurinus *per email recipient
2019-07-10 12:29:02 caurinus here installing my licensing server software and give it unlimited permission to read everything on your email server
2019-07-10 12:29:24 caurinus to scan for occurrences
2019-07-10 12:30:00 franklyrosalind ah caurinus i didn't realize you worked for zoom
2019-07-10 12:31:19 caurinus FW:s and inline quotes in replies count
2019-07-10 12:31:48 caurinus where i work is a trade secret
2019-07-10 12:32:18 caurinus franklyrosalind: how did you come to that conclusion
2019-07-10 12:32:36 caurinus i mean, not that it's correct or anything
2019-07-10 13:10:49 franklyrosalind 'installing licensing server software and give it unlimited permission'
2019-07-10 13:10:53 franklyrosalind that was the big zoom thing
2019-07-10 13:10:54 franklyrosalind or almost?
2019-07-10 13:10:55 franklyrosalind idk
2019-07-10 13:17:41 zws naw, zoom installed a local listener that would never be uninstalled even when you uninstalled the zoom app, so that zoom.us could remove friction in using links.
2019-07-10 13:18:32 zws and they bypassed the CORS restriction by send an image of specific dimensions to the home zoom servers! like "[1, 0] == update thing, [1, 1] means reinstall" etc
2019-07-10 13:18:44 zws fuckers (and also huge lmao)
2019-07-10 13:18:53 zws in using /zoom/ links
2019-07-10 13:19:18 zws they refused to use the regular URI handler schema on macs because of some jankiness with safari which i am not terribly familiar with, i think it was basically adding 1-2 clicks of friction to the process
2019-07-10 13:19:44 franklyrosalind actually that owns
2019-07-10 13:19:53 franklyrosalind EXTREMELY cursed engineering
2019-07-10 13:20:18 zws lmao right
2019-07-10 13:20:31 zws frankly the entire thing was incredible
2019-07-10 13:20:40 zws zoom tried to buy the researchers silence
2019-07-10 13:20:59 zws you could just embed specific js on a page and auto boot everyone into a specific meeting id (omg)
2019-07-10 13:21:13 franklyrosalind REALLY
2019-07-10 13:21:15 franklyrosalind oh my GOD
2019-07-10 13:21:31 franklyrosalind HAHAHAHAHAHA
2019-07-10 13:21:43 zws the researcher hosted an 'exploit meeting' and linked to it from his announcement post
2019-07-10 13:22:00 zws so people would click on it while reading the article, then you just see a bunch of nerds in a channel going 'whoaaaaaaaaaaa'
2019-07-10 13:22:05 zws it was, frankly, incredible
2019-07-10 13:22:41 franklyrosalind i love that
2019-07-10 13:33:55 Ash oh wow that is amazing
2019-07-10 13:34:01 Ash i didn't hear that part
2019-07-10 13:34:02 Ash haaaa
2019-07-10 14:21:26 riking Haha I didn't join the meeting
2019-07-10 14:21:33 Ash https://imgur.com/8Ij70sI
2019-07-10 14:21:48 ignatz russian chat roulette
2019-07-10 14:21:55 Ash pow
2019-07-10 16:29:43 alexandria zws: The client is leveraging their artisanally crafted verbiage to deliver you a better experience
2019-07-10 16:41:49 -- irc: disconnected from server
2019-07-10 16:50:50 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-10 16:50:50 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-10 16:50:50 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-10 16:50:50 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-10 16:50:54 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-10 18:41:52 -- irc: disconnected from server
2019-07-10 18:42:02 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-10 18:42:02 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-10 18:42:02 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-10 18:42:03 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-10 18:42:06 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-10 20:43:39 -- irc: disconnected from server
2019-07-10 20:43:50 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-10 20:43:50 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-10 20:43:50 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-10 20:43:50 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-10 20:43:54 -- irc: disconnected from server
2019-07-10 22:43:58 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-10 22:43:58 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-10 22:43:58 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-10 22:43:58 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-10 22:44:02 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-11 00:44:17 -- irc: disconnected from server
2019-07-11 00:44:27 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-11 00:44:27 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-11 00:44:27 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-11 00:44:27 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-11 00:44:33 -- irc: disconnected from server
2019-07-11 02:44:37 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-11 02:44:37 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-11 02:44:37 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-11 02:44:37 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-11 02:44:41 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-11 09:15:34 -- irc: disconnected from server
2019-07-11 09:15:45 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-11 09:15:45 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-11 09:15:45 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-11 09:15:45 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-11 09:15:48 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-11 12:04:04 zws good morning dear friends
2019-07-11 12:04:26 zws tonight i fly to seattle for a wedding and must return to the Deep South (west) sunday morning
2019-07-11 12:04:32 zws i am gonna be riding a lot of planes
2019-07-11 12:04:48 zws but i get to stop in slc for like 3 hours, i've never been there before and at least i'll get to see its airport that will be fun
2019-07-11 12:44:31 franklyrosalind SLC is my airport!!! It's also my favorite airport
2019-07-11 12:44:47 franklyrosalind safe travels zws
2019-07-11 13:32:31 zws thank you :3
2019-07-15 09:48:28 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-15 09:48:28 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-15 09:48:28 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-15 09:48:28 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-15 09:48:28 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-15 10:00:46 kalium_puceon The first time I had coffee was directly before a technical drawing exam and I had caffeine shakes for the whole thing
2019-07-15 10:01:00 kalium_puceon it was like one cup of coffee my tolerances are shite
2019-07-15 10:02:50 <-- kalium_puceon (~kalium@178.62.246.247) has quit (Quit: Server Maintenance)
2019-07-15 10:22:01 alexandria one of the few panic attacks I had at work was when I was on coffee
2019-07-15 10:22:20 alexandria I tried to go off it shortly after but I kept on getting brain splitting migraines and vision loss
2019-07-15 10:44:07 --> kalium_puceon (~kalium@178.62.246.247) has joined #crimehole
2019-07-15 12:17:36 franklyrosalind caurinus: i actually have a bed desk because i was studing for my SATs when I got mono and I would do it in bed
2019-07-15 12:17:36 franklyrosalind it
2019-07-15 12:17:49 franklyrosalind was pretty neat
2019-07-15 14:04:39 -- irc: disconnected from server
2019-07-15 14:07:17 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-15 14:07:17 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-15 14:07:17 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-15 14:07:17 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-15 14:07:21 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-15 14:49:55 <-- ignatz (~ignatz@tarquin.fringehead.org) has quit (charon.oftc.net liquid.oftc.net)
2019-07-15 14:49:55 <-- dutchie (~jholland@000192a3.user.oftc.net) has quit (charon.oftc.net liquid.oftc.net)
2019-07-15 14:51:20 --> ignatz (~ignatz@tarquin.fringehead.org) has joined #crimehole
2019-07-15 14:51:20 --> dutchie (~jholland@000192a3.user.oftc.net) has joined #crimehole
2019-07-15 14:51:30 <-- ignatz (~ignatz@tarquin.fringehead.org) has quit (Quit: .)
2019-07-15 14:52:39 --> ignatz (~ignatz@tarquin.fringehead.org) has joined #crimehole
2019-07-15 15:03:40 <-- dutchie (~jholland@000192a3.user.oftc.net) has quit (charon.oftc.net liquid.oftc.net)
2019-07-15 15:05:00 --> dutchie (~jholland@000192a3.user.oftc.net) has joined #crimehole
2019-07-15 16:37:48 caurinus bounce bounce bounce
2019-07-15 16:37:57 ignatz bouncin' corvid
2019-07-16 09:45:36 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-16 09:45:36 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-16 09:45:36 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-16 09:45:36 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-16 09:45:36 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-16 09:45:45 zws good morning friends
2019-07-16 12:28:00 Ash hello
2019-07-16 14:05:12 caurinus i get to have a couple of hours of driving today
2019-07-16 14:05:14 caurinus weeeee
2019-07-16 14:13:03 Ash VROOM
2019-07-18 10:02:44 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-18 10:02:44 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-18 10:02:44 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-18 10:02:45 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-18 10:02:45 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-18 10:02:50 zws good morning my friends
2019-07-18 10:03:33 zws last night i fucked around with the firefox color scheme creator thing that they have? i /sorta/ like it but wow shit looks ugly once you start customizing tab placement :\
2019-07-18 10:04:21 zws it doesn't know what to do with the treestyle tab config i guess? its weird
2019-07-18 10:04:47 zws any of the sidebars, really, bookmarks looks hilarious with the skin. totally unaffected
2019-07-18 10:22:04 dutchie hmm, maybe I should invest some time into firefox theming
2019-07-18 10:22:18 dutchie although i already waste way too much of my life on ricing up my pc
2019-07-18 10:23:34 zws its limited themeing, but its a lot more than you can do with other browsers ime?
2019-07-18 10:24:05 zws i don't really spend any time in apps that aren't: $terminal, emacs, firefox :# so i don't have to do much besides those three application configurations
2019-07-18 10:24:16 dutchie heh, same
2019-07-18 10:24:29 dutchie I just gave up on "let's try using a text editor which isn't emacs"
2019-07-18 10:24:36 riking If it lets you change the layout at all, is more than chrome
2019-07-18 10:25:01 riking I only use solid color themes in chrome tho
2019-07-18 10:25:11 dutchie not sure how to feel that the main thing to go back to it was everything else i tried sucking at email and todo more than mu4e/org
2019-07-18 10:25:32 dutchie used kakoune for just long enough to fuck up my muscle memory though :(
2019-07-18 10:25:33 zws the layout isn't changable with the color.firefox.com theming, but there are 3rd party apps that let you do it (treestyle tab, etc) if you're willing to fuck with userChrome.css
2019-07-18 10:25:57 zws i have never got into using mu4e, but yeah i can't find anythign that competes with org-mode
2019-07-18 10:26:22 zws its just, the best. stock, it met a ton of my needs. and its also the only system that'll let me extend it however i want!
2019-07-18 10:26:47 dutchie yep! although i need to get back into the habit of actually looking at it
2019-07-18 10:27:07 dutchie also having enough willpower to do the things i'm supposed to do, but that's not the todo list's fault
2019-07-18 10:36:39 zws haha
2019-07-18 10:36:42 zws right exactly
2019-07-18 10:37:02 zws ios has a /really good/ mobile org app in beorg
2019-07-18 10:37:17 zws i have heard good things about orgzly? but haven't tried it.
2019-07-18 10:37:22 zws for android, i mean
2019-07-18 10:37:36 zws that mobile app helps me a shitload in terms of capturing shit when i'm not at my computer.
2019-07-18 10:38:05 dutchie orgzly is ok, though I don't think I've ever actually added anything to org with it
2019-07-18 10:38:21 dutchie mainly I use it for reading recipes on my phone in the kitchen
2019-07-18 10:52:45 caurinus Google keep, Google docs
2019-07-18 10:53:03 caurinus keep is actually not good but it syncs so w/e
2019-07-18 11:15:56 zws beorg is really good for adding and basic todo manipulation.
2019-07-18 11:16:17 riking +1 on 'keep is not good'
2019-07-18 11:16:17 zws it also has a built in scheme repl for scripting if you want to be MObile First or whatever
2019-07-18 11:16:31 riking i'm now using habitca for my TODOs
2019-07-18 11:16:50 zws that is not something i've ever used because I am a Desktop First person and also i don't want to learn a different lisp when I already have to know elisp for my config language ;;
2019-07-18 13:29:28 -- irc: disconnected from server
2019-07-18 13:30:48 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-18 13:30:48 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-18 13:30:48 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-18 13:30:48 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-18 13:30:52 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-18 14:04:26 Ash beorg is really good yes
2019-07-19 10:01:48 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-19 10:01:48 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-19 10:01:48 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-19 10:01:48 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-19 10:01:48 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-22 09:21:22 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-22 09:21:22 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-22 09:21:22 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-22 09:21:22 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-22 09:21:22 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-22 16:14:42 -- irc: disconnected from server
2019-07-22 16:37:08 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-22 16:37:08 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-22 16:37:08 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-22 16:37:08 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-22 16:37:12 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-22 18:14:13 -- irc: disconnected from server
2019-07-23 09:08:32 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-23 09:08:32 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-23 09:08:32 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-23 09:08:32 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-23 09:08:36 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-23 09:25:49 -- Nicks #crimehole: [@Allie \ae abstiles alexandria Ash atonal440 caurinus cromulan- dutchie franklyrosalind gewt glowpelt ignatz ingridofcrows joe_no_body kalium_puceon linkshot oftc-template riking wxcafe zws]
2019-07-23 09:25:49 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-23 14:38:39 <-- ignatz (~ignatz@tarquin.fringehead.org) has quit (Quit: .)
2019-07-23 14:46:17 --> ignatz (~ignatz@tarquin.fringehead.org) has joined #crimehole
2019-07-23 16:45:34 -- irc: disconnected from server
2019-07-23 20:49:43 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-23 20:49:43 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-23 20:49:43 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-23 20:49:43 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-23 20:49:48 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-23 22:50:07 -- irc: disconnected from server
2019-07-24 00:50:20 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-24 00:50:20 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-24 00:50:20 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-24 00:50:20 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-24 00:50:24 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-24 02:50:40 -- irc: disconnected from server
2019-07-24 02:50:51 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-24 02:50:51 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-24 02:50:52 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-24 02:50:52 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-24 02:50:56 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-24 02:50:58 -- irc: disconnected from server
2019-07-24 04:46:28 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-24 04:46:28 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-24 04:46:28 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-24 04:46:28 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-24 04:46:32 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-24 09:23:37 -- irc: disconnected from server
2019-07-24 09:23:47 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-24 09:23:47 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-24 09:23:47 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-24 09:23:47 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-24 09:23:51 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-24 10:22:46 \ae memagmetic hazard
2019-07-24 11:33:13 Ash caurinus: these days i hear the start of "imagine" and wait for the smash mouth lyrics to start
2019-07-24 11:33:24 Ash neilcic is my hero
2019-07-24 11:33:36 Ash lol at this wikipedia page https://en.wikipedia.org/wiki/Mouth_Sounds
2019-07-24 11:34:47 Ash caurinus: also, if you like three hundred megabytes of storage capacity you might enjoy https://soundcloud.com/datashat/businessfunk-one
2019-07-24 14:34:52 gewt i love businessfunk
2019-07-24 14:35:02 gewt some friends and i use it for hold music on our phone systems
2019-07-24 14:35:14 Ash oh nice!
2019-07-24 16:21:59 -- irc: disconnected from server
2019-07-25 09:36:45 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-25 09:36:45 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-25 09:36:45 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-25 09:36:45 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-25 09:36:49 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-25 13:30:53 -- irc: disconnected from server
2019-07-25 13:31:04 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-25 13:31:04 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-25 13:31:04 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-25 13:31:04 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-25 13:31:08 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-25 14:43:12 zws hi friends
2019-07-25 14:43:38 zws i'm curious - i use macOS for work and linux at home. is anyone familiar with a single tool like hammerspoon that works on linux?
2019-07-25 14:44:00 zws none of the functionality is unique, but it usually requires using several Other Tools rather than a single one with a single config language
2019-07-25 14:59:51 ignatz Never heard of this thing, looks cool.
2019-07-25 15:00:55 kalium_puceon I think linuxes might be too varied in how they implement this stuff to make One Universal Tool, perhaps
2019-07-25 15:23:39 Ash zws: macro-ish stuff is so bad on linux :( it's a bummer
2019-07-25 15:24:05 zws ignatz: its really nice tbh, i'm very pleasantly surprised
2019-07-25 15:24:17 zws kalium_puceon: yeah i think that's a reasonable take
2019-07-25 15:24:17 Ash no karabiner/autohotkey/etc type things that work as well either
2019-07-25 15:24:40 Ash the random linux tools don't add up to what's available on macOS/windows unfortunately
2019-07-25 15:24:56 zws :| using it at work makes me want it real bad at home haha
2019-07-25 15:25:09 zws i'm gonna Have To Compromise i suppose
2019-07-25 15:25:18 Ash time 2 mac
2019-07-25 15:25:19 Ash hehe
2019-07-25 15:25:28 Ash but yeah sigh
2019-07-25 15:27:00 ignatz just integrate it with Gnome!~!!!!!
2019-07-25 15:27:05 Ash right???
2019-07-25 16:27:02 caurinus i just had some ambien thoughts but without involving any actual ambien
2019-07-25 16:41:49 atonal440 I think we all have ambien thoughts as our brains disconnect but mostly we forget them
2019-07-25 16:44:38 Ash sshhhhh ambien walrus not now
2019-07-25 16:58:28 -- irc: disconnected from server
2019-07-26 00:35:42 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-26 00:35:42 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-26 00:35:42 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-26 00:35:42 -- Channel #crimehole: 21 nicks (1 op, 0 voices, 20 normals)
2019-07-26 00:35:47 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-26 02:36:03 -- irc: disconnected from server
2019-07-26 09:25:31 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-26 09:25:31 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-26 09:25:31 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-26 09:25:31 -- Channel #crimehole: 22 nicks (1 op, 0 voices, 21 normals)
2019-07-26 09:25:35 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-26 09:27:38 alexandria riking: Extremely useful when a hurricane hits
2019-07-26 09:27:42 alexandria "oh the building is moving"
2019-07-26 09:28:10 alexandria velartrill: it's v good to see u
2019-07-26 09:28:27 zws hey velartrill! glad to see you
2019-07-26 09:28:30 riking +
2019-07-26 10:31:24 caurinus dutchie: not bad
2019-07-26 10:32:12 caurinus hey y'all i'd like to announce that my character, Nat the changeling rogue arcane trickster, was killed by a fireball, and no one shed a tear
2019-07-26 10:32:20 caurinus her body was tossed into the ocean
2019-07-26 10:32:34 dutchie rip
2019-07-26 10:32:39 dutchie i haven't played any rpg in ages
2019-07-26 10:33:17 caurinus 5e is god damn fun
2019-07-26 10:33:43 dutchie there was some rumblings of organisation happening among my friends
2019-07-26 10:33:48 caurinus i tried 3.5e about 8 years back, it had too many numbers
2019-07-26 10:34:01 dutchie & there is a group that meets every wednesday evening just round the corner from where i live
2019-07-26 10:35:40 caurinus anyway new character is going to be Gwendolyn Crisptreacle, cleric who specializes in undeath
2019-07-26 10:37:32 dutchie sounds fun
2019-07-26 10:37:32 caurinus i'm going to see if i can revivify my old character because she had a lot of regret for her bullshit+shenanigans. and failing that, raise her as an undead servant
2019-07-26 10:37:46 caurinus just to fuck with everyone's brains
2019-07-26 10:40:01 caurinus so hopefully Miss Crisptreacle lands into the fray in time to give Nat a chance to spend a few months to years atoning for being, as an angry gnome called her, a "wildcard", making amends with everyone she's inconvenienced
2019-07-26 10:41:02 caurinus bearing in mind Nat is about 70 and will probably have a heart attack about 1 hour into her second chance
2019-07-26 10:42:34 dutchie nice
2019-07-26 10:43:38 caurinus in case no one has noticed, d&d has become kind of my "one thing that gets me out of the house consistently and without fail"
2019-07-26 10:43:55 caurinus (assuming i'm conscious)
2019-07-26 10:44:01 dutchie it's good to have something like that
2019-07-26 10:44:09 dutchie choir was that for a long time for me
2019-07-26 10:46:27 caurinus for me it was jazz, bearing in mind that was a high school class so it's not like i could choose to *not* go
2019-07-26 10:50:18 caurinus playing an instrument is a great one though, it's very of physical, not in an exercise/exertion sense but like, if you're in the groove you just play the song with your whole body
2019-07-26 10:50:28 caurinus so you can get emotional from it
2019-07-26 10:50:28 dutchie yeah same with singing
2019-07-26 10:51:21 caurinus and once you know how to play music, how it works, it takes on a new meaning, it's a different experience.
2019-07-26 10:52:34 caurinus brubeck quartet's "time out" was the turning point. it just blasted my brain
2019-07-26 10:54:33 caurinus i legit wasn't the same once i picked up jazz, even though i was a bad musician, didn't practice, when i did play it was something else in my life
2019-07-26 10:54:46 caurinus it centered me.
2019-07-26 10:57:23 caurinus i think i should get back into it soon.
2019-07-26 11:01:34 * caurinus has changed the name of the channel to ♯musichole
2019-07-26 11:58:38 Ash ole
2019-07-26 11:59:20 Ash welcome, velartrill
2019-07-26 12:00:03 caurinus salsa mole
2019-07-26 12:02:37 Ash https://twitter.com/3liza/status/1153252916225949697
2019-07-26 13:53:21 velartrill riking condolences
2019-07-26 13:53:43 velartrill reminds me of when brendan eich rtd me
2019-07-26 13:53:56 velartrill hi alexandria, hi zws
2019-07-26 14:08:35 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-26 14:08:35 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-26 14:08:35 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-26 14:08:35 -- Channel #crimehole: 22 nicks (1 op, 0 voices, 21 normals)
2019-07-26 14:08:35 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-26 14:11:18 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-26 14:11:18 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-26 14:11:18 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-26 14:11:18 -- Channel #crimehole: 22 nicks (1 op, 0 voices, 21 normals)
2019-07-26 14:11:18 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-26 14:18:54 gewt hm
2019-07-26 14:24:30 --> zws (~blindidio@134.209.53.112) has joined #crimehole
2019-07-26 14:24:30 -- Topic for #crimehole is "1. get in the crime hole 2. do crimes in the crime hole 3. profit in the profit hole"
2019-07-26 14:24:30 -- Topic set by ChanServ (services@services.oftc.net) on Thu, 11 Apr 2019 02:19:18
2019-07-26 14:24:30 -- Channel #crimehole: 22 nicks (1 op, 0 voices, 21 normals)
2019-07-26 14:24:30 -- Channel created on Wed, 27 Jun 2018 20:20:09
2019-07-26 14:33:53 zws asd
2019-07-26 14:34:00 zws oh! oops.
2019-07-26 14:41:47 \ae ohai velartrill
2019-07-26 14:41:49 \ae long time no see
2019-07-26 14:47:41 velartrill hi

@ -0,0 +1,7 @@
2019-07-08 11:08:37 *status The channel #crimehole could not be joined, disabling it.
2019-07-08 11:12:32 -- irc: disconnected from server
2019-07-08 11:12:48 *status Connected!
2019-07-08 11:15:01 -- irc: disconnected from server
2019-07-08 11:15:19 *status Connected!
2019-07-08 11:16:39 -- irc: disconnected from server
2019-07-08 11:16:55 *status Connected!

@ -0,0 +1,72 @@
2019-07-08 11:20:22 zws help
2019-07-08 11:20:22 -- ChanServ: *** ChanServ Help ***
2019-07-08 11:20:22 -- ChanServ: ACCESS: Maintains the channel access list.
2019-07-08 11:20:22 -- ChanServ: AKICK: Channel Auto Kick list.
2019-07-08 11:20:22 -- ChanServ: CLEAR: Clear groups of settings on the channel.
2019-07-08 11:20:22 -- ChanServ: DEOP: Remove channel operator status.
2019-07-08 11:20:22 -- ChanServ: DEVOICE: Remove channel voice status.
2019-07-08 11:20:22 -- ChanServ: DROP: Unregister the channel.
2019-07-08 11:20:22 -- ChanServ: EXCEPT: Manage permanent ban exceptions for a channel
2019-07-08 11:20:22 -- ChanServ: HELP: Shows this help.
2019-07-08 11:20:22 -- ChanServ: INFO: Show channel information.
2019-07-08 11:20:22 -- ChanServ: INVEX: Manage permanent INVITE exceptions for a channel
2019-07-08 11:20:22 -- ChanServ: INVITE: Invite to a channel.
2019-07-08 11:20:22 -- ChanServ: LIST: Shows a list of channels matching a specified pattern.
2019-07-08 11:20:22 -- ChanServ: OP: Grant channel operator status.
2019-07-08 11:20:22 -- ChanServ: QUIET: Manage permanent QUIET for a channel
2019-07-08 11:20:22 -- ChanServ: REGISTER: Registers a channel for your usage.
2019-07-08 11:20:22 -- ChanServ: SET: Change channel settings.
2019-07-08 11:20:22 -- ChanServ: UNBAN: Unban yourself on a channel.
2019-07-08 11:20:22 -- ChanServ: UNQUIET: Unquiet yourself on a channel.
2019-07-08 11:20:22 -- ChanServ: VOICE: Grant channel voice operator status.
2019-07-08 11:20:22 -- ChanServ: *** End of ChanServ Help ***
2019-07-08 11:20:26 zws help invite
2019-07-08 11:20:27 -- ChanServ: *** INVITE Help ***
2019-07-08 11:20:27 -- ChanServ: Usage: INVITE channel [nickname]
2019-07-08 11:20:27 -- ChanServ:
2019-07-08 11:20:27 -- ChanServ: Invites you or, if specified, another user to the channel.
2019-07-08 11:20:27 -- ChanServ: *** End of INVITE Help ***
2019-07-08 11:20:32 zws invite #crimehole zws
2019-07-08 11:20:32 -- ChanServ: User zws has been invited to #crimehole.
2019-07-10 09:56:19 zws- help
2019-07-10 09:56:19 -- ChanServ: *** ChanServ Help ***
2019-07-10 09:56:19 -- ChanServ: ACCESS: Maintains the channel access list.
2019-07-10 09:56:19 -- ChanServ: AKICK: Channel Auto Kick list.
2019-07-10 09:56:19 -- ChanServ: CLEAR: Clear groups of settings on the channel.
2019-07-10 09:56:19 -- ChanServ: DEOP: Remove channel operator status.
2019-07-10 09:56:19 -- ChanServ: DEVOICE: Remove channel voice status.
2019-07-10 09:56:19 -- ChanServ: DROP: Unregister the channel.
2019-07-10 09:56:19 -- ChanServ: EXCEPT: Manage permanent ban exceptions for a channel
2019-07-10 09:56:19 -- ChanServ: HELP: Shows this help.
2019-07-10 09:56:19 -- ChanServ: INFO: Show channel information.
2019-07-10 09:56:19 -- ChanServ: INVEX: Manage permanent INVITE exceptions for a channel
2019-07-10 09:56:19 -- ChanServ: INVITE: Invite to a channel.
2019-07-10 09:56:19 -- ChanServ: LIST: Shows a list of channels matching a specified pattern.
2019-07-10 09:56:19 -- ChanServ: OP: Grant channel operator status.
2019-07-10 09:56:19 -- ChanServ: QUIET: Manage permanent QUIET for a channel
2019-07-10 09:56:19 -- ChanServ: SET: Change channel settings.
2019-07-10 09:56:19 -- ChanServ: UNBAN: Unban yourself on a channel.
2019-07-10 09:56:19 -- ChanServ: UNQUIET: Unquiet yourself on a channel.
2019-07-10 09:56:19 -- ChanServ: VOICE: Grant channel voice operator status.
2019-07-10 09:56:19 -- ChanServ: *** End of ChanServ Help ***
2019-07-10 09:56:22 zws- help invite
2019-07-10 09:56:23 -- ChanServ: *** INVITE Help ***
2019-07-10 09:56:23 -- ChanServ: Usage: INVITE channel [nickname]
2019-07-10 09:56:23 -- ChanServ:
2019-07-10 09:56:23 -- ChanServ: Invites you or, if specified, another user to the channel.
2019-07-10 09:56:23 -- ChanServ: *** End of INVITE Help ***
2019-07-10 09:56:29 zws- invite #crimehole blindidiotgod
2019-07-10 09:56:29 -- ChanServ: You do not have access to the INVITE command on channel #crimehole. Identifying
2019-07-10 09:56:29 -- ChanServ: to your nickname may give you this access. See nickname services' HELP
2019-07-10 09:56:29 -- ChanServ: IDENTIFY command for more information.
2019-07-10 09:56:36 zws- help identify
2019-07-10 09:56:36 -- ChanServ: HELP for identify is not available.
2019-07-10 09:57:18 zws invite #crimehole zws
2019-07-10 09:57:19 -- ChanServ: User zws has been invited to #crimehole.
2019-07-10 16:41:49 -- irc: disconnected from server
2019-07-10 18:41:52 -- irc: disconnected from server
2019-07-10 20:43:39 -- irc: disconnected from server
2019-07-10 20:43:54 -- irc: disconnected from server
2019-07-11 00:44:17 -- irc: disconnected from server
2019-07-11 00:44:33 -- irc: disconnected from server
2019-07-11 09:15:34 -- irc: disconnected from server

@ -0,0 +1,44 @@
2019-07-08 11:19:47 zws help
2019-07-08 11:19:47 -- NickServ: *** NickServ Help ***
2019-07-08 11:19:47 -- NickServ: CHECKVERIFY: Sets +R if you recently verified your nickname.
2019-07-08 11:19:47 -- NickServ: HELP: Shows this help.
2019-07-08 11:19:47 -- NickServ: IDENTIFY: Identify your nickname.
2019-07-08 11:19:47 -- NickServ: INFO: Get information on a nickname.
2019-07-08 11:19:47 -- NickServ: LIST: Shows a list of nicknames matching a specified pattern.
2019-07-08 11:19:47 -- NickServ: RECLAIM: Release your nickname for you to use.
2019-07-08 11:19:47 -- NickServ: REGAIN: Release your nickname for you to use.
2019-07-08 11:19:47 -- NickServ: REGISTER: Registers a nickname for your usage.
2019-07-08 11:19:47 -- NickServ: SENDPASS: Send a password reset request.
2019-07-08 11:19:47 -- NickServ: STATUS: Shows the identified status of a nickname
2019-07-08 11:19:47 -- NickServ: *** End of NickServ Help ***
2019-07-08 11:19:50 zws help identify
2019-07-08 11:19:50 -- NickServ: *** IDENTIFY Help ***
2019-07-08 11:19:50 -- NickServ: Usage: IDENTIFY password [nick]
2019-07-08 11:19:50 -- NickServ:
2019-07-08 11:19:50 -- NickServ: Identify that you are the owner of the nick you are currently using.
2019-07-08 11:19:50 -- NickServ: If you specify a nickname to identify against, your IRC nick will
2019-07-08 11:19:50 -- NickServ: automatically be changed to the one you identify for.
2019-07-08 11:19:50 -- NickServ:
2019-07-08 11:19:50 -- NickServ: See also: REGISTER
2019-07-08 11:19:50 -- NickServ: *** End of IDENTIFY Help ***
2019-07-08 11:20:04 zws identify gus-offing-vodka-culprit blindidiotgod
2019-07-08 11:20:04 -- NickServ: You are successfully identified as blindidiotgod.
2019-07-10 09:56:45 zws- help identify
2019-07-10 09:56:46 -- NickServ: *** IDENTIFY Help ***
2019-07-10 09:56:46 -- NickServ: Usage: IDENTIFY password [nick]
2019-07-10 09:56:46 -- NickServ:
2019-07-10 09:56:46 -- NickServ: Identify that you are the owner of the nick you are currently using.
2019-07-10 09:56:46 -- NickServ: If you specify a nickname to identify against, your IRC nick will
2019-07-10 09:56:46 -- NickServ: automatically be changed to the one you identify for.
2019-07-10 09:56:46 -- NickServ:
2019-07-10 09:56:46 -- NickServ: See also: REGISTER
2019-07-10 09:56:46 -- NickServ: *** End of IDENTIFY Help ***
2019-07-10 09:57:05 zws- identify gus-offing-vodka-culprit blindidiotgod
2019-07-10 09:57:06 -- NickServ: You are successfully identified as blindidiotgod.
2019-07-10 16:41:49 -- irc: disconnected from server
2019-07-10 18:41:52 -- irc: disconnected from server
2019-07-10 20:43:39 -- irc: disconnected from server
2019-07-10 20:43:54 -- irc: disconnected from server
2019-07-11 00:44:17 -- irc: disconnected from server
2019-07-11 00:44:33 -- irc: disconnected from server
2019-07-11 09:15:34 -- irc: disconnected from server

@ -0,0 +1,14 @@
#
# weechat -- lua.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
check_license = off
eval_keep_context = on

@ -0,0 +1,14 @@
#
# weechat -- perl.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
check_license = off
eval_keep_context = on

@ -0,0 +1,14 @@
#
# weechat -- plugins.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[var]
[desc]

@ -0,0 +1,14 @@
#
# weechat -- python.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
check_license = off
eval_keep_context = on

@ -0,0 +1,55 @@
#
# weechat -- relay.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
auto_open_buffer = on
raw_messages = 256
[color]
client = cyan
status_active = lightblue
status_auth_failed = lightred
status_connecting = yellow
status_disconnected = lightred
status_waiting_auth = brown
text = default
text_bg = default
text_selected = white
[network]
allow_empty_password = off
allowed_ips = ""
bind_address = ""
clients_purge_delay = 0
compression_level = 6
ipv6 = on
max_clients = 5
password = ""
ssl_cert_key = "%h/ssl/relay.pem"
ssl_priorities = "NORMAL:-VERS-SSL3.0"
totp_secret = ""
totp_window = 0
websocket_allowed_origins = ""
[irc]
backlog_max_minutes = 1440
backlog_max_number = 256
backlog_since_last_disconnect = on
backlog_since_last_message = off
backlog_tags = "irc_privmsg"
backlog_time_format = "[%H:%M] "
[weechat]
commands = ""
[port]
[path]

@ -0,0 +1,14 @@
#
# weechat -- ruby.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
check_license = off
eval_keep_context = on

@ -0,0 +1,56 @@
#
# weechat -- script.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
columns = "%s %n %V %v %u | %d | %t"
diff_color = on
diff_command = "auto"
display_source = on
quiet_actions = on
sort = "i,p,n"
translate_description = on
use_keys = on
[color]
status_autoloaded = cyan
status_held = white
status_installed = lightcyan
status_obsolete = lightmagenta
status_popular = yellow
status_running = lightgreen
status_unknown = lightred
text = default
text_bg = default
text_bg_selected = red
text_date = default
text_date_selected = white
text_delimiters = default
text_description = default
text_description_selected = white
text_extension = default
text_extension_selected = white
text_name = cyan
text_name_selected = lightcyan
text_selected = white
text_tags = brown
text_tags_selected = yellow
text_version = magenta
text_version_loaded = default
text_version_loaded_selected = white
text_version_selected = lightmagenta
[scripts]
autoload = on
cache_expire = 1440
download_timeout = 30
hold = ""
path = "%h/script"
url = "https://weechat.org/files/plugins.xml.gz"

@ -0,0 +1,21 @@
#
# weechat -- sec.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[crypt]
cipher = aes256
hash_algo = sha256
passphrase_file = ""
salt = on
[data]
__passphrase__ = on
bouncer-freenode = "E5AD21339D149B21CE554DF3A8C8CB1D5D036FE31CB10DEA93738E9A7445DAF0B6EFFA666AC0D522FB594B5663A0DB564B2B0FC1BF32404F1C3F768612"
bouncer-OFTC = "4CDFDEA58320B2BB530C796910152ACD983D01D78ED6C3D68845430EFB52260A3B7FECC85FB106CDDC62D74A0D6F8B92A3A5213774F5E029950135BDCC"

@ -0,0 +1,33 @@
#
# weechat -- spell.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[color]
misspelled = lightred
suggestion = default
suggestion_delimiter_dict = cyan
suggestion_delimiter_word = cyan
[check]
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
default_dict = ""
during_search = off
enabled = off
real_time = off
suggestions = -1
word_min_length = 2
[dict]
[look]
suggestion_delimiter_dict = " / "
suggestion_delimiter_word = ","
[option]

@ -0,0 +1,14 @@
#
# weechat -- tcl.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
check_license = off
eval_keep_context = on

@ -0,0 +1,67 @@
#
# weechat -- trigger.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
enabled = on
monitor_strip_colors = off
[color]
flag_command = lightgreen
flag_conditions = yellow
flag_post_action = lightblue
flag_regex = lightcyan
flag_return_code = lightmagenta
regex = white
replace = cyan
trigger = green
trigger_disabled = red
[trigger]
beep.arguments = ""
beep.command = "/print -beep"
beep.conditions = "${tg_displayed} && (${tg_highlight} || ${tg_msg_pv})"
beep.enabled = on
beep.hook = print
beep.post_action = none
beep.regex = ""
beep.return_code = ok
cmd_pass.arguments = "5000|input_text_display;5000|history_add;5000|irc_command_auth"
cmd_pass.command = ""
cmd_pass.conditions = ""
cmd_pass.enabled = on
cmd_pass.hook = modifier
cmd_pass.post_action = none
cmd_pass.regex = "==^((/(msg|m|quote) +(-server +[^ ]+ +)?nickserv +(id|identify|set +password|ghost +[^ ]+|release +[^ ]+|regain +[^ ]+|recover +[^ ]+) +)|/oper +[^ ]+ +|/quote +pass +|/set +[^ ]*password[^ ]* +|/secure +(passphrase|decrypt|set +[^ ]+) +)(.*)==${re:1}${hide:*,${re:+}}"
cmd_pass.return_code = ok
cmd_pass_register.arguments = "5000|input_text_display;5000|history_add;5000|irc_command_auth"
cmd_pass_register.command = ""
cmd_pass_register.conditions = ""
cmd_pass_register.enabled = on
cmd_pass_register.hook = modifier
cmd_pass_register.post_action = none
cmd_pass_register.regex = "==^(/(msg|m|quote) +nickserv +register +)([^ ]+)(.*)==${re:1}${hide:*,${re:3}}${re:4}"
cmd_pass_register.return_code = ok
msg_auth.arguments = "5000|irc_message_auth"
msg_auth.command = ""
msg_auth.conditions = ""
msg_auth.enabled = on
msg_auth.hook = modifier
msg_auth.post_action = none
msg_auth.regex = "==^(.*(id|identify|set +password|register|ghost +[^ ]+|release +[^ ]+|regain +[^ ]+|recover +[^ ]+) +)(.*)==${re:1}${hide:*,${re:+}}"
msg_auth.return_code = ok
server_pass.arguments = "5000|input_text_display;5000|history_add"
server_pass.command = ""
server_pass.conditions = ""
server_pass.enabled = on
server_pass.hook = modifier
server_pass.post_action = none
server_pass.regex = "==^(/(server|connect) .*-(sasl_)?password=)([^ ]+)(.*)==${re:1}${hide:*,${re:4}}${re:5}"
server_pass.return_code = ok

@ -0,0 +1,666 @@
#
# weechat -- weechat.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[debug]
[startup]
command_after_plugins = ""
command_before_plugins = ""
display_logo = on
display_version = on
sys_rlimit = ""
[look]
align_end_of_lines = message
align_multiline_words = on
bar_more_down = "++"
bar_more_left = "<<"
bar_more_right = ">>"
bar_more_up = "--"
bare_display_exit_on_input = on
bare_display_time_format = "%H:%M"
buffer_auto_renumber = on
buffer_notify_default = all
buffer_position = end
buffer_search_case_sensitive = off
buffer_search_force_default = off
buffer_search_regex = off
buffer_search_where = prefix_message
buffer_time_format = "%H:%M:%S"
buffer_time_same = ""
color_basic_force_bold = off
color_inactive_buffer = on
color_inactive_message = on
color_inactive_prefix = on
color_inactive_prefix_buffer = on
color_inactive_time = off
color_inactive_window = on
color_nick_offline = off
color_pairs_auto_reset = 5
color_real_white = off
command_chars = ""
command_incomplete = off
confirm_quit = off
confirm_upgrade = off
day_change = on
day_change_message_1date = "-- %a, %d %b %Y --"
day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --"
eat_newline_glitch = off
emphasized_attributes = ""
highlight = ""
highlight_regex = ""
highlight_tags = ""
hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0"
hotlist_buffer_separator = ", "
hotlist_count_max = 2
hotlist_count_min_msg = 2
hotlist_names_count = 3
hotlist_names_length = 0
hotlist_names_level = 12
hotlist_names_merged_buffers = off
hotlist_prefix = "H: "
hotlist_remove = merged
hotlist_short_names = on
hotlist_sort = group_time_asc
hotlist_suffix = ""
hotlist_unique_numbers = on
input_cursor_scroll = 20
input_share = none
input_share_overwrite = off
input_undo_max = 32
item_away_message = on
item_buffer_filter = "*"
item_buffer_zoom = "!"
item_mouse_status = "M"
item_time_format = "%H:%M"
jump_current_to_previous_buffer = on
jump_previous_buffer_when_closing = on
jump_smart_back_to_buffer = on
key_bind_safe = on
key_grab_delay = 800
mouse = on
mouse_timer_delay = 100
nick_color_force = ""
nick_color_hash = djb2
nick_color_stop_chars = "_|["
nick_prefix = ""
nick_suffix = ""
paste_auto_add_newline = on
paste_bracketed = on
paste_bracketed_timer_delay = 10
paste_max_lines = 1
prefix_action = " *"
prefix_align = right
prefix_align_max = 0
prefix_align_min = 0
prefix_align_more = "+"
prefix_align_more_after = on
prefix_buffer_align = right
prefix_buffer_align_max = 0
prefix_buffer_align_more = "+"
prefix_buffer_align_more_after = on
prefix_error = "=!="
prefix_join = "-->"
prefix_network = "--"
prefix_quit = "<--"
prefix_same_nick = ""
prefix_same_nick_middle = ""
prefix_suffix = "|"
quote_nick_prefix = "<"
quote_nick_suffix = ">"
quote_time_format = "%H:%M:%S"
read_marker = line
read_marker_always_show = off
read_marker_string = "- "
save_config_on_exit = on
save_config_with_fsync = off
save_layout_on_exit = none
scroll_amount = 3
scroll_bottom_after_switch = off
scroll_page_percent = 100
search_text_not_found_alert = on
separator_horizontal = "-"
separator_vertical = ""
tab_width = 1
time_format = "%a, %d %b %Y %T"
window_auto_zoom = off
window_separator_horizontal = on
window_separator_vertical = on
window_title = ""
word_chars_highlight = "!\u00A0,-,_,|,alnum"
word_chars_input = "!\u00A0,-,_,|,alnum"
[palette]
[color]
bar_more = lightmagenta
chat = default
chat_bg = default
chat_buffer = white
chat_channel = white
chat_day_change = cyan
chat_delimiters = green
chat_highlight = yellow
chat_highlight_bg = magenta
chat_host = cyan
chat_inactive_buffer = default
chat_inactive_window = default
chat_nick = lightcyan
chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue"
chat_nick_offline = default
chat_nick_offline_highlight = default
chat_nick_offline_highlight_bg = blue
chat_nick_other = cyan
chat_nick_prefix = green
chat_nick_self = white
chat_nick_suffix = green
chat_prefix_action = white
chat_prefix_buffer = brown
chat_prefix_buffer_inactive_buffer = default
chat_prefix_error = yellow
chat_prefix_join = lightgreen
chat_prefix_more = lightmagenta
chat_prefix_network = magenta
chat_prefix_quit = lightred
chat_prefix_suffix = green
chat_read_marker = magenta
chat_read_marker_bg = default
chat_server = brown
chat_tags = red
chat_text_found = yellow
chat_text_found_bg = lightmagenta
chat_time = default
chat_time_delimiters = brown
chat_value = cyan
chat_value_null = blue
emphasized = yellow
emphasized_bg = magenta
input_actions = lightgreen
input_text_not_found = red
item_away = yellow
nicklist_away = cyan
nicklist_group = green
separator = blue
status_count_highlight = magenta
status_count_msg = brown
status_count_other = default
status_count_private = green
status_data_highlight = lightmagenta
status_data_msg = yellow
status_data_other = default
status_data_private = lightgreen
status_filter = green
status_more = yellow
status_mouse = green
status_name = white
status_name_ssl = lightgreen
status_nicklist_count = default
status_number = yellow
status_time = default
[completion]
base_word_until_cursor = on
command_inline = on
default_template = "%(nicks)|%(irc_channels)"
nick_add_space = on
nick_case_sensitive = off
nick_completer = ": "
nick_first_only = off
nick_ignore_chars = "[]`_-^"
partial_completion_alert = on
partial_completion_command = off
partial_completion_command_arg = off
partial_completion_count = on
partial_completion_other = off
partial_completion_templates = "config_options"
[history]
display_default = 5
max_buffer_lines_minutes = 0
max_buffer_lines_number = 4096
max_commands = 100
max_visited_buffers = 50
[proxy]
[network]
connection_timeout = 60
gnutls_ca_file = "/usr/local/etc/openssl/cert.pem"
gnutls_handshake_timeout = 30
proxy_curl = ""
[plugin]
autoload = "*"
debug = off
extension = ".so,.dll"
path = "%h/plugins"
save_config_on_unload = on
[bar]
buflist.color_bg = default
buflist.color_delim = default
buflist.color_fg = default
buflist.conditions = ""
buflist.filling_left_right = vertical
buflist.filling_top_bottom = columns_vertical
buflist.hidden = off
buflist.items = "buflist"
buflist.position = left
buflist.priority = 0
buflist.separator = on
buflist.size = 0
buflist.size_max = 0
buflist.type = root
fset.color_bg = default
fset.color_delim = cyan
fset.color_fg = default
fset.conditions = "${buffer.full_name} == fset.fset"
fset.filling_left_right = vertical
fset.filling_top_bottom = horizontal
fset.hidden = off
fset.items = "fset"
fset.position = top
fset.priority = 0
fset.separator = on
fset.size = 3
fset.size_max = 3
fset.type = window
input.color_bg = default
input.color_delim = cyan
input.color_fg = default
input.conditions = ""
input.filling_left_right = vertical
input.filling_top_bottom = horizontal
input.hidden = off
input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text"
input.position = bottom
input.priority = 1000
input.separator = off
input.size = 1
input.size_max = 0
input.type = window
nicklist.color_bg = default
nicklist.color_delim = cyan
nicklist.color_fg = default
nicklist.conditions = "${nicklist}"
nicklist.filling_left_right = vertical
nicklist.filling_top_bottom = columns_vertical
nicklist.hidden = off
nicklist.items = "buffer_nicklist"
nicklist.position = right
nicklist.priority = 200
nicklist.separator = on
nicklist.size = 0
nicklist.size_max = 0
nicklist.type = window
status.color_bg = blue
status.color_delim = cyan
status.color_fg = default
status.conditions = ""
status.filling_left_right = vertical
status.filling_top_bottom = horizontal
status.hidden = off
status.items = "[time],[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,scroll,[lag],[hotlist],completion"
status.position = bottom
status.priority = 500
status.separator = off
status.size = 1
status.size_max = 0
status.type = window
title.color_bg = blue
title.color_delim = cyan
title.color_fg = default
title.conditions = ""
title.filling_left_right = vertical
title.filling_top_bottom = horizontal
title.hidden = off
title.items = "buffer_title"
title.position = top
title.priority = 500
title.separator = off
title.size = 1
title.size_max = 0
title.type = window
[layout]
[notify]
[filter]
[key]
ctrl-? = "/input delete_previous_char"
ctrl-A = "/input move_beginning_of_line"
ctrl-B = "/input move_previous_char"
ctrl-C_ = "/input insert \x1F"
ctrl-Cb = "/input insert \x02"
ctrl-Cc = "/input insert \x03"
ctrl-Ci = "/input insert \x1D"
ctrl-Co = "/input insert \x0F"
ctrl-Cv = "/input insert \x16"
ctrl-D = "/input delete_next_char"
ctrl-E = "/input move_end_of_line"
ctrl-F = "/input move_next_char"
ctrl-H = "/input delete_previous_char"
ctrl-I = "/input complete_next"
ctrl-J = "/input return"
ctrl-K = "/input delete_end_of_line"
ctrl-L = "/window refresh"
ctrl-M = "/input return"
ctrl-N = "/buffer +1"
ctrl-P = "/buffer -1"
ctrl-R = "/input search_text_here"
ctrl-Sctrl-U = "/input set_unread"
ctrl-T = "/input transpose_chars"
ctrl-U = "/input delete_beginning_of_line"
ctrl-W = "/input delete_previous_word"
ctrl-X = "/input switch_active_buffer"
ctrl-Y = "/input clipboard_paste"
meta-meta-OP = "/bar scroll buflist * b"
meta-meta-OQ = "/bar scroll buflist * e"
meta-meta2-11~ = "/bar scroll buflist * b"
meta-meta2-12~ = "/bar scroll buflist * e"
meta-meta2-1~ = "/window scroll_top"
meta-meta2-23~ = "/bar scroll nicklist * b"
meta-meta2-24~ = "/bar scroll nicklist * e"
meta-meta2-4~ = "/window scroll_bottom"
meta-meta2-5~ = "/window scroll_up"
meta-meta2-6~ = "/window scroll_down"
meta-meta2-7~ = "/window scroll_top"
meta-meta2-8~ = "/window scroll_bottom"
meta-meta2-A = "/buffer -1"
meta-meta2-B = "/buffer +1"
meta-meta2-C = "/buffer +1"
meta-meta2-D = "/buffer -1"
meta-- = "/filter toggle @"
meta-/ = "/input jump_last_buffer_displayed"
meta-0 = "/buffer *10"
meta-1 = "/buffer *1"
meta-2 = "/buffer *2"
meta-3 = "/buffer *3"
meta-4 = "/buffer *4"
meta-5 = "/buffer *5"
meta-6 = "/buffer *6"
meta-7 = "/buffer *7"
meta-8 = "/buffer *8"
meta-9 = "/buffer *9"
meta-< = "/input jump_previously_visited_buffer"
meta-= = "/filter toggle"
meta-> = "/input jump_next_visited_buffer"
meta-OA = "/input history_global_previous"
meta-OB = "/input history_global_next"
meta-OC = "/input move_next_word"
meta-OD = "/input move_previous_word"
meta-OF = "/input move_end_of_line"
meta-OH = "/input move_beginning_of_line"
meta-OP = "/bar scroll buflist * -100%"
meta-OQ = "/bar scroll buflist * +100%"
meta-Oa = "/input history_global_previous"
meta-Ob = "/input history_global_next"
meta-Oc = "/input move_next_word"
meta-Od = "/input move_previous_word"
meta2-11^ = "/bar scroll buflist * -100%"
meta2-11~ = "/bar scroll buflist * -100%"
meta2-12^ = "/bar scroll buflist * +100%"
meta2-12~ = "/bar scroll buflist * +100%"
meta2-15~ = "/buffer -1"
meta2-17~ = "/buffer +1"
meta2-18~ = "/window -1"
meta2-19~ = "/window +1"
meta2-1;3A = "/buffer -1"
meta2-1;3B = "/buffer +1"
meta2-1;3C = "/buffer +1"
meta2-1;3D = "/buffer -1"
meta2-1;3F = "/window scroll_bottom"
meta2-1;3H = "/window scroll_top"
meta2-1;3P = "/bar scroll buflist * b"
meta2-1;3Q = "/bar scroll buflist * e"
meta2-1;5A = "/input history_global_previous"
meta2-1;5B = "/input history_global_next"
meta2-1;5C = "/input move_next_word"
meta2-1;5D = "/input move_previous_word"
meta2-1;5P = "/bar scroll buflist * -100%"
meta2-1;5Q = "/bar scroll buflist * +100%"
meta2-1~ = "/input move_beginning_of_line"
meta2-200~ = "/input paste_start"
meta2-201~ = "/input paste_stop"
meta2-20~ = "/bar scroll title * -30%"
meta2-21~ = "/bar scroll title * +30%"
meta2-23;3~ = "/bar scroll nicklist * b"
meta2-23;5~ = "/bar scroll nicklist * -100%"
meta2-23^ = "/bar scroll nicklist * -100%"
meta2-23~ = "/bar scroll nicklist * -100%"
meta2-24;3~ = "/bar scroll nicklist * e"
meta2-24;5~ = "/bar scroll nicklist * +100%"
meta2-24^ = "/bar scroll nicklist * +100%"
meta2-24~ = "/bar scroll nicklist * +100%"
meta2-3~ = "/input delete_next_char"
meta2-4~ = "/input move_end_of_line"
meta2-5;3~ = "/window scroll_up"
meta2-5~ = "/window page_up"
meta2-6;3~ = "/window scroll_down"
meta2-6~ = "/window page_down"
meta2-7~ = "/input move_beginning_of_line"
meta2-8~ = "/input move_end_of_line"
meta2-A = "/input history_previous"
meta2-B = "/input history_next"
meta2-C = "/input move_next_char"
meta2-D = "/input move_previous_char"
meta2-F = "/input move_end_of_line"
meta2-G = "/window page_down"
meta2-H = "/input move_beginning_of_line"
meta2-I = "/window page_up"
meta2-Z = "/input complete_previous"
meta2-[E = "/buffer -1"
meta-_ = "/input redo"
meta-a = "/input jump_smart"
meta-b = "/input move_previous_word"
meta-d = "/input delete_next_word"
meta-f = "/input move_next_word"
meta-h = "/input hotlist_clear"
meta-jmeta-f = "/buffer -"
meta-jmeta-l = "/buffer +"
meta-jmeta-r = "/server raw"
meta-jmeta-s = "/server jump"
meta-j01 = "/buffer *1"
meta-j02 = "/buffer *2"
meta-j03 = "/buffer *3"
meta-j04 = "/buffer *4"
meta-j05 = "/buffer *5"
meta-j06 = "/buffer *6"
meta-j07 = "/buffer *7"
meta-j08 = "/buffer *8"
meta-j09 = "/buffer *9"
meta-j10 = "/buffer *10"
meta-j11 = "/buffer *11"
meta-j12 = "/buffer *12"
meta-j13 = "/buffer *13"
meta-j14 = "/buffer *14"
meta-j15 = "/buffer *15"
meta-j16 = "/buffer *16"
meta-j17 = "/buffer *17"
meta-j18 = "/buffer *18"
meta-j19 = "/buffer *19"
meta-j20 = "/buffer *20"
meta-j21 = "/buffer *21"
meta-j22 = "/buffer *22"
meta-j23 = "/buffer *23"
meta-j24 = "/buffer *24"
meta-j25 = "/buffer *25"
meta-j26 = "/buffer *26"
meta-j27 = "/buffer *27"
meta-j28 = "/buffer *28"
meta-j29 = "/buffer *29"
meta-j30 = "/buffer *30"
meta-j31 = "/buffer *31"
meta-j32 = "/buffer *32"
meta-j33 = "/buffer *33"
meta-j34 = "/buffer *34"
meta-j35 = "/buffer *35"
meta-j36 = "/buffer *36"
meta-j37 = "/buffer *37"
meta-j38 = "/buffer *38"
meta-j39 = "/buffer *39"
meta-j40 = "/buffer *40"
meta-j41 = "/buffer *41"
meta-j42 = "/buffer *42"
meta-j43 = "/buffer *43"
meta-j44 = "/buffer *44"
meta-j45 = "/buffer *45"
meta-j46 = "/buffer *46"
meta-j47 = "/buffer *47"
meta-j48 = "/buffer *48"
meta-j49 = "/buffer *49"
meta-j50 = "/buffer *50"
meta-j51 = "/buffer *51"
meta-j52 = "/buffer *52"
meta-j53 = "/buffer *53"
meta-j54 = "/buffer *54"
meta-j55 = "/buffer *55"
meta-j56 = "/buffer *56"
meta-j57 = "/buffer *57"
meta-j58 = "/buffer *58"
meta-j59 = "/buffer *59"
meta-j60 = "/buffer *60"
meta-j61 = "/buffer *61"
meta-j62 = "/buffer *62"
meta-j63 = "/buffer *63"
meta-j64 = "/buffer *64"
meta-j65 = "/buffer *65"
meta-j66 = "/buffer *66"
meta-j67 = "/buffer *67"
meta-j68 = "/buffer *68"
meta-j69 = "/buffer *69"
meta-j70 = "/buffer *70"
meta-j71 = "/buffer *71"
meta-j72 = "/buffer *72"
meta-j73 = "/buffer *73"
meta-j74 = "/buffer *74"
meta-j75 = "/buffer *75"
meta-j76 = "/buffer *76"
meta-j77 = "/buffer *77"
meta-j78 = "/buffer *78"
meta-j79 = "/buffer *79"
meta-j80 = "/buffer *80"
meta-j81 = "/buffer *81"
meta-j82 = "/buffer *82"
meta-j83 = "/buffer *83"
meta-j84 = "/buffer *84"
meta-j85 = "/buffer *85"
meta-j86 = "/buffer *86"
meta-j87 = "/buffer *87"
meta-j88 = "/buffer *88"
meta-j89 = "/buffer *89"
meta-j90 = "/buffer *90"
meta-j91 = "/buffer *91"
meta-j92 = "/buffer *92"
meta-j93 = "/buffer *93"
meta-j94 = "/buffer *94"
meta-j95 = "/buffer *95"
meta-j96 = "/buffer *96"
meta-j97 = "/buffer *97"
meta-j98 = "/buffer *98"
meta-j99 = "/buffer *99"
meta-k = "/input grab_key_command"
meta-l = "/window bare"
meta-m = "/mute mouse toggle"
meta-n = "/window scroll_next_highlight"
meta-p = "/window scroll_previous_highlight"
meta-r = "/input delete_line"
meta-s = "/mute spell toggle"
meta-u = "/window scroll_unread"
meta-wmeta-meta2-A = "/window up"
meta-wmeta-meta2-B = "/window down"
meta-wmeta-meta2-C = "/window right"
meta-wmeta-meta2-D = "/window left"
meta-wmeta2-1;3A = "/window up"
meta-wmeta2-1;3B = "/window down"
meta-wmeta2-1;3C = "/window right"
meta-wmeta2-1;3D = "/window left"
meta-wmeta-b = "/window balance"
meta-wmeta-s = "/window swap"
meta-x = "/input zoom_merged_buffer"
meta-z = "/window zoom"
ctrl-_ = "/input undo"
[key_search]
ctrl-I = "/input search_switch_where"
ctrl-J = "/input search_stop_here"
ctrl-M = "/input search_stop_here"
ctrl-Q = "/input search_stop"
ctrl-R = "/input search_switch_regex"
meta2-A = "/input search_previous"
meta2-B = "/input search_next"
meta-c = "/input search_switch_case"
[key_cursor]
ctrl-J = "/cursor stop"
ctrl-M = "/cursor stop"
meta-meta2-A = "/cursor move area_up"
meta-meta2-B = "/cursor move area_down"
meta-meta2-C = "/cursor move area_right"
meta-meta2-D = "/cursor move area_left"
meta2-1;3A = "/cursor move area_up"
meta2-1;3B = "/cursor move area_down"
meta2-1;3C = "/cursor move area_right"
meta2-1;3D = "/cursor move area_left"
meta2-A = "/cursor move up"
meta2-B = "/cursor move down"
meta2-C = "/cursor move right"
meta2-D = "/cursor move left"
@item(buffer_nicklist):K = "/window ${_window_number};/kickban ${nick}"
@item(buffer_nicklist):b = "/window ${_window_number};/ban ${nick}"
@item(buffer_nicklist):k = "/window ${_window_number};/kick ${nick}"
@item(buffer_nicklist):q = "/window ${_window_number};/query ${nick};/cursor stop"
@item(buffer_nicklist):w = "/window ${_window_number};/whois ${nick}"
@chat:Q = "hsignal:chat_quote_time_prefix_message;/cursor stop"
@chat:m = "hsignal:chat_quote_message;/cursor stop"
@chat:q = "hsignal:chat_quote_prefix_message;/cursor stop"
[key_mouse]
@bar(buflist):ctrl-wheeldown = "hsignal:buflist_mouse"
@bar(buflist):ctrl-wheelup = "hsignal:buflist_mouse"
@bar(input):button2 = "/input grab_mouse_area"
@bar(nicklist):button1-gesture-down = "/bar scroll nicklist ${_window_number} +100%"
@bar(nicklist):button1-gesture-down-long = "/bar scroll nicklist ${_window_number} e"
@bar(nicklist):button1-gesture-up = "/bar scroll nicklist ${_window_number} -100%"
@bar(nicklist):button1-gesture-up-long = "/bar scroll nicklist ${_window_number} b"
@chat(fset.fset):button1 = "/window ${_window_number};/fset -go ${_chat_line_y}"
@chat(fset.fset):button2* = "hsignal:fset_mouse"
@chat(fset.fset):wheeldown = "/fset -down 5"
@chat(fset.fset):wheelup = "/fset -up 5"
@chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}"
@chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"
@chat(script.scripts):wheeldown = "/script down 5"
@chat(script.scripts):wheelup = "/script up 5"
@item(buffer_nicklist):button1 = "/window ${_window_number};/query ${nick}"
@item(buffer_nicklist):button1-gesture-left = "/window ${_window_number};/kick ${nick}"
@item(buffer_nicklist):button1-gesture-left-long = "/window ${_window_number};/kickban ${nick}"
@item(buffer_nicklist):button2 = "/window ${_window_number};/whois ${nick}"
@item(buffer_nicklist):button2-gesture-left = "/window ${_window_number};/ban ${nick}"
@item(buflist):button1* = "hsignal:buflist_mouse"
@item(buflist):button2* = "hsignal:buflist_mouse"
@item(buflist2):button1* = "hsignal:buflist_mouse"
@item(buflist2):button2* = "hsignal:buflist_mouse"
@item(buflist3):button1* = "hsignal:buflist_mouse"
@item(buflist3):button2* = "hsignal:buflist_mouse"
@bar:wheeldown = "/bar scroll ${_bar_name} ${_window_number} +20%"
@bar:wheelup = "/bar scroll ${_bar_name} ${_window_number} -20%"
@chat:button1 = "/window ${_window_number}"
@chat:button1-gesture-left = "/window ${_window_number};/buffer -1"
@chat:button1-gesture-left-long = "/window ${_window_number};/buffer 1"
@chat:button1-gesture-right = "/window ${_window_number};/buffer +1"
@chat:button1-gesture-right-long = "/window ${_window_number};/input jump_last_buffer"
@chat:ctrl-wheeldown = "/window scroll_horiz -window ${_window_number} +10%"
@chat:ctrl-wheelup = "/window scroll_horiz -window ${_window_number} -10%"
@chat:wheeldown = "/window scroll_down -window ${_window_number}"
@chat:wheelup = "/window scroll_up -window ${_window_number}"
@*:button3 = "/cursor go ${_x},${_y}"

@ -0,0 +1,24 @@
[2019-07-26 14:24:23] WeeChat 2.5 (compiled on Jun 6 2019 21:17:35)
[2019-07-26 14:24:23] Reading configuration file sec.conf
[2019-07-26 14:24:29] Reading configuration file weechat.conf
[2019-07-26 14:24:29] Reading configuration file plugins.conf
[2019-07-26 14:24:29] Reading configuration file charset.conf
[2019-07-26 14:24:29] Reading configuration file logger.conf
[2019-07-26 14:24:29] Reading configuration file exec.conf
[2019-07-26 14:24:29] Reading configuration file trigger.conf
[2019-07-26 14:24:29] Reading configuration file spell.conf
[2019-07-26 14:24:29] Reading configuration file alias.conf
[2019-07-26 14:24:29] Reading configuration file buflist.conf
[2019-07-26 14:24:29] Reading configuration file fifo.conf
[2019-07-26 14:24:29] Reading configuration file xfer.conf
[2019-07-26 14:24:29] Reading configuration file irc.conf
[2019-07-26 14:24:29] Reading configuration file relay.conf
[2019-07-26 14:24:29] Reading configuration file tcl.conf
[2019-07-26 14:24:29] Reading configuration file python.conf
[2019-07-26 14:24:29] Reading configuration file lua.conf
[2019-07-26 14:24:29] Reading configuration file perl.conf
[2019-07-26 14:24:29] Reading configuration file ruby.conf
[2019-07-26 14:24:29] Reading configuration file script.conf
[2019-07-26 14:24:29] Reading configuration file fset.conf
[2019-07-26 14:24:29] irc: connecting to server bouncer.awful.club/5000 (SSL)...
[2019-07-26 14:24:29] irc: connecting to server bouncer.awful.club/5000 (SSL)...

@ -0,0 +1,48 @@
#
# weechat -- xfer.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[look]
auto_open_buffer = on
progress_bar_size = 20
pv_tags = "notify_private"
[color]
status_aborted = lightred
status_active = lightblue
status_connecting = yellow
status_done = lightgreen
status_failed = lightred
status_waiting = lightcyan
text = default
text_bg = default
text_selected = white
[network]
blocksize = 65536
fast_send = on
own_ip = ""
port_range = ""
send_ack = on
speed_limit_recv = 0
speed_limit_send = 0
timeout = 300
[file]
auto_accept_chats = off
auto_accept_files = off
auto_accept_nicks = ""
auto_check_crc32 = off
auto_rename = on
auto_resume = on
convert_spaces = on
download_path = "%h/xfer"
upload_path = "~"
use_nick_in_filename = on
Loading…
Cancel
Save