aboutsummaryrefslogtreecommitdiffstats
path: root/weechat
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-25 22:04:04 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-09-25 22:04:04 +0200
commit81b3bcaf51dd3e995f38aac9da91017ef4c3ba0b (patch)
treef817c3ee415d380eaaa73f1129fb083ecabd4670 /weechat
parent9e18566c4fe823b5f04d4e3361bb9c10f67faf26 (diff)
downloaddotfiles-81b3bcaf51dd3e995f38aac9da91017ef4c3ba0b.tar.xz
weechat: bunch of things have been moved around for no reason..
Diffstat (limited to 'weechat')
-rw-r--r--weechat/aspell.conf8
-rw-r--r--weechat/charset.conf4
-rw-r--r--weechat/exec.conf8
-rw-r--r--weechat/irc.conf119
-rw-r--r--weechat/logger.conf6
-rw-r--r--weechat/plugins.conf164
-rw-r--r--weechat/relay.conf22
-rw-r--r--weechat/script.conf20
-rw-r--r--weechat/trigger.conf8
-rw-r--r--weechat/xfer.conf26
10 files changed, 193 insertions, 192 deletions
diff --git a/weechat/aspell.conf b/weechat/aspell.conf
index d8b932f..3b3ddbd 100644
--- a/weechat/aspell.conf
+++ b/weechat/aspell.conf
@@ -2,10 +2,6 @@
# aspell.conf -- weechat v1.1-dev
#
-[color]
-misspelled = lightred
-suggestions = default
-
[check]
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
default_dict = "en"
@@ -15,6 +11,10 @@ real_time = on
suggestions = 0
word_min_length = 2
+[color]
+misspelled = lightred
+suggestions = default
+
[dict]
core.weechat = "en"
diff --git a/weechat/charset.conf b/weechat/charset.conf
index ef949ad..423e4a8 100644
--- a/weechat/charset.conf
+++ b/weechat/charset.conf
@@ -2,10 +2,10 @@
# charset.conf -- weechat v1.1-dev
#
+[decode]
+
[default]
decode = "iso-8859-1"
encode = "UTF-8"
-[decode]
-
[encode]
diff --git a/weechat/exec.conf b/weechat/exec.conf
index e779bb5..2fc4896 100644
--- a/weechat/exec.conf
+++ b/weechat/exec.conf
@@ -2,10 +2,10 @@
# exec.conf -- weechat v1.1-dev
#
-[command]
-default_options = ""
-purge_delay = 0
-
[color]
flag_finished = lightred
flag_running = lightgreen
+
+[command]
+default_options = ""
+purge_delay = 0
diff --git a/weechat/irc.conf b/weechat/irc.conf
index 3f335a9..18f129f 100644
--- a/weechat/irc.conf
+++ b/weechat/irc.conf
@@ -2,6 +2,26 @@
# irc.conf -- weechat v1.1-dev
#
+[color]
+input_nick = lightcyan
+item_away = yellow
+item_channel_modes = default
+item_lag_counting = default
+item_lag_finished = yellow
+item_nick_modes = default
+message_join = green
+message_quit = lightred
+mirc_remap = "1,-1:darkgray"
+nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
+notice = blue
+reason_quit = default
+topic_new = white
+topic_old = darkgray
+
+[ctcp]
+
+[ignore]
+
[look]
buffer_switch_autojoin = off
buffer_switch_join = on
@@ -58,23 +78,10 @@ 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_away = yellow
-item_channel_modes = default
-item_lag_counting = default
-item_lag_finished = yellow
-item_nick_modes = default
-message_join = green
-message_quit = lightred
-mirc_remap = "1,-1:darkgray"
-nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
-notice = blue
-reason_quit = default
-topic_new = white
-topic_old = darkgray
+[msgbuffer]
[network]
alternate_nick = on
@@ -93,50 +100,6 @@ notify_check_whois = 5
send_unknown_commands = off
whois_double_nick = off
-[msgbuffer]
-
-[ctcp]
-
-[ignore]
-
-[server_default]
-addresses = "theos.kyriasis.com/6697"
-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 = 0
-capabilities = "multi-prefix,userhost-in-names,znc.in/server-time-iso"
-command = ""
-command_delay = 0
-connection_timeout = 60
-default_msg_kick = ""
-default_msg_part = ""
-default_msg_quit = ""
-ipv6 = on
-local_hostname = ""
-nicks = "demize,remize,dem,kyrias"
-notify = ""
-password = ""
-proxy = ""
-realname = "Johannes Löthberg"
-sasl_mechanism = plain
-sasl_password = ""
-sasl_timeout = 15
-sasl_username = ""
-ssl = on
-ssl_cert = "%h/keys/demize.pem"
-ssl_dhkey_size = 2048
-ssl_fingerprint = ""
-ssl_priorities = "NORMAL"
-ssl_verify = on
-username = "dem"
-
[server]
Freenode.addresses
Freenode.proxy
@@ -318,3 +281,41 @@ Mozilla.default_msg_kick
Mozilla.default_msg_part
Mozilla.default_msg_quit
Mozilla.notify
+
+[server_default]
+addresses = "theos.kyriasis.com/6697"
+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 = 0
+capabilities = "multi-prefix,userhost-in-names,znc.in/server-time-iso"
+command = ""
+command_delay = 0
+connection_timeout = 60
+default_msg_kick = ""
+default_msg_part = ""
+default_msg_quit = ""
+ipv6 = on
+local_hostname = ""
+nicks = "demize,remize,dem,kyrias"
+notify = ""
+password = ""
+proxy = ""
+realname = "Johannes Löthberg"
+sasl_mechanism = plain
+sasl_password = ""
+sasl_timeout = 15
+sasl_username = ""
+ssl = on
+ssl_cert = "%h/keys/demize.pem"
+ssl_dhkey_size = 2048
+ssl_fingerprint = ""
+ssl_priorities = "NORMAL"
+ssl_verify = on
+username = "dem"
diff --git a/weechat/logger.conf b/weechat/logger.conf
index ed51f74..ac974b9 100644
--- a/weechat/logger.conf
+++ b/weechat/logger.conf
@@ -2,9 +2,6 @@
# logger.conf -- weechat v1.1-dev
#
-[look]
-backlog = 20
-
[color]
backlog_end = darkgray
backlog_line = green
@@ -23,4 +20,7 @@ time_format = "%Y-%m-%d %H:%M:%S"
[level]
+[look]
+backlog = 20
+
[mask]
diff --git a/weechat/plugins.conf b/weechat/plugins.conf
index 3cb5857..dbf3700 100644
--- a/weechat/plugins.conf
+++ b/weechat/plugins.conf
@@ -2,6 +2,88 @@
# plugins.conf -- weechat v1.1-dev
#
+[desc]
+perl.buddylist.buddy.on.server = "show buddy who is connected to a server, but not visiting the same channel(s) (default: on)"
+perl.buddylist.buddy.on.server.color = "color for online buddy but not visiting the same channel(s) (default: lightgreen)"
+perl.buddylist.buddylist = "path/file-name to store your buddies"
+perl.buddylist.callback.timeout = "time in seconds to wait for answer from server. (default: 60)"
+perl.buddylist.check.buddies = "time in seconds to send a /whois request to server. Be careful not to flood server (default: 20)"
+perl.buddylist.color.away = "color for away buddies"
+perl.buddylist.color.default = "fall back color. (default: standard weechat color)"
+perl.buddylist.color.number = "color for channel number (default: lightred). If empty, channel list option is off"
+perl.buddylist.color.offline = "color for offline buddies"
+perl.buddylist.color.online = "color for online buddies"
+perl.buddylist.color.server = "color for servername"
+perl.buddylist.color.server.offline = "color for disconnected server (default: hide)"
+perl.buddylist.display.original.nick = "display original nickname even if buddy changed his /nick (you have to add new nick to buddylist (default: off)"
+perl.buddylist.display.social.net = "using bitlbee, buddies will be sorted in sublists with social-network name (eg. msn/jabber/facebook)(default: on)"
+perl.buddylist.display.social.net.color = "color for social-network name (default: yellow)"
+perl.buddylist.hide.bar = "hides buddylist bar when all servers with added buddies are offline (on = default, always = buddylist bar will be hidden (for example if you want to add item 'buddylist' to 'weechat.bar.status.items', off = buddylist bar will not be hidden))"
+perl.buddylist.hide.buddy.if.offline = "hide buddy if offline (default: off)"
+perl.buddylist.hide.server.if.buddies.offline = "hides server when all buddies are offline for this server (default: off)"
+perl.buddylist.hide.servername.in.buddylist = "hide the servername in buddylist. If "on" only nicks will be displayed in buddylist (default: off)"
+perl.buddylist.show.query = "displays a query buffer in front of the channel list"
+perl.buddylist.sort = "sort method for buddylist (default = buddylist will be sort by nickname, status = buddylist will be sort by status (online, away, offline))"
+perl.buddylist.text.away = "optional away text in buddylist (sort method has to be 'status')"
+perl.buddylist.text.color = "color for optional online/away/offline-text in buddylist (default: white)"
+perl.buddylist.text.offline = "optional offline text in buddylist (sort method has to be 'status')"
+perl.buddylist.text.online = "optional online text in buddylist (sort method has to be 'status')"
+perl.buddylist.use.redirection = "using redirection to get status of buddies (needs weechat >=0.3.4) (default: on)"
+perl.colorize_lines.blacklist_buffers = "comma-separated list of channels to be ignored (e.g. freenode.#weechat,*.#python)"
+perl.colorize_lines.buffers = "buffer type affected by the script (all/channel/query, default: all)"
+perl.colorize_lines.highlight = "apply highlight color to the highlighted lines (off/on/nicks). the latter will limit highlighting to nicknames in option 'nicks'"
+perl.colorize_lines.lines = "apply nickname color to the lines (off/on/nicks). the latter will limit highlighting to nicknames in option 'nicks'"
+perl.colorize_lines.nicks = "comma-separater list of nicks (e.g. freenode.cat,*.dog) OR file name starting with '/' (e.g. /file.txt). in the latter case, nicknames will get loaded from that file inside weechat folder (e.g. from ~/.weechat/file.txt). nicknames in file are newline-separated (e.g. freenode.dog\n*.cat)"
+perl.colorize_lines.own_lines = "apply nickname color to own lines (off/on/only). the latter turns off all other kinds of coloring altogether"
+perl.isgd.auto = "Shorten all incoming URLs automatically (default: "off")"
+perl.isgd.auto_min_length = "Only shorten incoming URLs automatically which have this minimum length (default: "1")"
+perl.isgd.color = "Color used for printing shortened URLs (default: "white")"
+perl.listsort.max_size = "maximum size of /list output in kilobytes to be handled"
+perl.multiline.char = "character(s) which should be displayed to indicate end of line"
+perl.multiline.hide_magic_nl = "whether the new line inserted by magic enter key will be hidden"
+perl.multiline.ipl = "this setting controls override of ctrl-M (enter key) by script. Turn it off if you don't want multiline.pl to set and re-set the key binding."
+perl.multiline.lead_linebreak = "if turned on, multi-line messages always start on a new line"
+perl.multiline.magic = "indicator displayed when message will be sent soon"
+perl.multiline.magic_enter_time = "delay after pressing enter before sending automatically (in ms), or 0 to disable"
+perl.multiline.magic_paste_only = "only use multi-line messages for multi-line pastes (multi-line on enter is disabled by this)"
+perl.multiline.modify_keys = "if turned on, cursor keys are modified so that they respect line boundaries instead of treating the whole multi-line message as a single line"
+perl.multiline.paste_lock = "time-out to detect pastes (disable the weechat built-in paste detection if you want to use this)"
+perl.multiline.send_empty = "set to on to automatically disregard enter key on empty line"
+perl.multiline.tab = "character(s) which should be displayed instead of Tab key character"
+perl.multiline.weechat_paste_fix = "disable ctrl-J binding when paste is detected to stop silly weechat sending out pastes without allowing to edit them"
+perl.stalker.additional_join_info = "add a line below the JOIN message that will display alternative nicks (tags: "irc_join", "irc_smart_filter" will be add to additional_join_info). You can use a localvar to drop additional join info for specific buffer(s) "stalker_drop_additional_join_info" (default: off)"
+perl.stalker.db_name = "file containing the SQLite database where information is recorded. This database is created on loading of stalker if it does not exist. ("%h" will be replaced by WeeChat home, "~/.weechat" by default) (default: %h/nicks.db)"
+perl.stalker.debug = "Prints debug output to core buffer so you know exactly what is going on. This is far too verbose to be enabled when not actively debugging something. (default: off)"
+perl.stalker.flood_max_nicks = "Maximum number of joins to allow in flood_timer length of time. Once maximum number of joins is reached, joins will be ignored until the timer ends (default:20)"
+perl.stalker.flood_timer = "Time in seconds for which flood protection is active. Once max_nicks is reached, joins will be ignored for the remaining duration of the timer. (default:10)"
+perl.stalker.guest_host_regex = "regex mask to ignore host masks"
+perl.stalker.guest_nick_regex = "Some networks set default nicknames when a user fails to identify to nickserv, other networks using relay-bots, some irc clients set default nicknames when someone connects and often these change from network to network depending on who is configuring the java irc clients. This allows a regular expression to be entered. When a nickname matches the regular expression and "ignore_guest_nicks" is enabled the nickname is dropped from the search as if it had never been seen. (default: ^(guest|weebot|Floodbot).*)"
+perl.stalker.ignore_guest_hosts = "See option guest_host_regex"
+perl.stalker.ignore_guest_nicks = "See option guest_nick_regex"
+perl.stalker.ignore_nickchange = "When enabled, /NICK changes won't be monitored. (default: off)"
+perl.stalker.ignore_whois = "When enabled, /WHOIS won't be monitored. (default: off)"
+perl.stalker.max_recursion = "For each correlation between nick <-> host that happens, one point of recursion happens. A corrupt database, general evilness, or misfortune can cause the recursion to skyrocket. This is a ceiling number that says if after this many correlation attempts we have not found all nickname and hostname correlations, stop the process and return the list to this point. Use this option with care on slower machines like raspberry pi."
+perl.stalker.normalize_nicks = "this option will truncate special chars from username (like: ~) (default: on)"
+perl.stalker.recursive_search = "When enabled, recursive search causes stalker to function better than a simple hostname to nickname map. Disabling the recursive search in effect turns stalker into a more standard hostname -> nickname map."
+perl.stalker.search_this_network_only = "When enabled searches are limited to within the network the window is currently set on. Turning this off is really only useful if multiple networks don't encode the hostmask. (default: on)"
+perl.stalker.tags = "comma separated list of tags used for messages printed by stalker. See documentation for possible tags (e.g. 'no_log', 'no_highlight'). This option does not effect DEBUG messages."
+perl.stalker.timeout = "timeout in seconds for hook_process(), used with option "additional_join_info". On slower machines, like raspberry pi, increase time. (default: 1)"
+perl.stalker.use_localvar = "When enabled, only channels with a localvar 'stalker' will be monitored. This option will not affect /NICK and /WHOIS monitoring. It's only for /JOIN messages. (default: off)"
+perl.url_arza.min_length = "minimum length for incoming urls to shorten, after http:// (default: 100)"
+perl.url_arza.url = "url for shortener, url to shorten is appended, the shortener should return the short url (default: http://arza.us/s/?password=&url=)"
+perl.url_arza.url_append_command = "string to append to the url when shortening in input line (default: &id_min_length=1)"
+perl.url_arza.url_append_incoming = "string to append to the url when shortening incoming urls (default: &id_min_length=2)"
+python.autosavekey.mute = "execute command silently, only error messages will be displayed. (default: "off")"
+python.autosavekey.secure = "change channel key in secure data. (default: "off")"
+python.listbuffer.autofocus = "Focus the listbuffer in the current window if it isn't already displayed by a window."
+python.listbuffer.channel_min_width = "The minimum width used for the channel name in the channel list. If a channelname is shorter than this amount, the column will be padded with spaces."
+python.listbuffer.modes_min_width = "The minimum width used for modes in the channel list. If a channel has less modes than this amount, the column will be padded with spaces."
+python.listbuffer.sort_inverted = "Invert the sort order for the channel list."
+python.listbuffer.sort_order = "Last used sort order for the channel list."
+python.listbuffer.users_min_width = "The minimum width used for the usercount in the channel list. If the usercount has less digits than this amount, the column will be padded with spaces."
+python.whois_on_query.command = "the command sent to do the whois ($nick is repladed by nick) (default: "/whois $nick $nick")"
+python.whois_on_query.self_query = "if on, send whois for self queries (default: "off")"
+
[var]
fifo.fifo = "on"
guile.check_license = "off"
@@ -165,85 +247,3 @@ python.whois_on_query.command = "/whois $nick $nick"
python.whois_on_query.self_query = "off"
ruby.check_license = "on"
tcl.check_license = "on"
-
-[desc]
-perl.buddylist.buddy.on.server = "show buddy who is connected to a server, but not visiting the same channel(s) (default: on)"
-perl.buddylist.buddy.on.server.color = "color for online buddy but not visiting the same channel(s) (default: lightgreen)"
-perl.buddylist.buddylist = "path/file-name to store your buddies"
-perl.buddylist.callback.timeout = "time in seconds to wait for answer from server. (default: 60)"
-perl.buddylist.check.buddies = "time in seconds to send a /whois request to server. Be careful not to flood server (default: 20)"
-perl.buddylist.color.away = "color for away buddies"
-perl.buddylist.color.default = "fall back color. (default: standard weechat color)"
-perl.buddylist.color.number = "color for channel number (default: lightred). If empty, channel list option is off"
-perl.buddylist.color.offline = "color for offline buddies"
-perl.buddylist.color.online = "color for online buddies"
-perl.buddylist.color.server = "color for servername"
-perl.buddylist.color.server.offline = "color for disconnected server (default: hide)"
-perl.buddylist.display.original.nick = "display original nickname even if buddy changed his /nick (you have to add new nick to buddylist (default: off)"
-perl.buddylist.display.social.net = "using bitlbee, buddies will be sorted in sublists with social-network name (eg. msn/jabber/facebook)(default: on)"
-perl.buddylist.display.social.net.color = "color for social-network name (default: yellow)"
-perl.buddylist.hide.bar = "hides buddylist bar when all servers with added buddies are offline (on = default, always = buddylist bar will be hidden (for example if you want to add item 'buddylist' to 'weechat.bar.status.items', off = buddylist bar will not be hidden))"
-perl.buddylist.hide.buddy.if.offline = "hide buddy if offline (default: off)"
-perl.buddylist.hide.server.if.buddies.offline = "hides server when all buddies are offline for this server (default: off)"
-perl.buddylist.hide.servername.in.buddylist = "hide the servername in buddylist. If "on" only nicks will be displayed in buddylist (default: off)"
-perl.buddylist.show.query = "displays a query buffer in front of the channel list"
-perl.buddylist.sort = "sort method for buddylist (default = buddylist will be sort by nickname, status = buddylist will be sort by status (online, away, offline))"
-perl.buddylist.text.away = "optional away text in buddylist (sort method has to be 'status')"
-perl.buddylist.text.color = "color for optional online/away/offline-text in buddylist (default: white)"
-perl.buddylist.text.offline = "optional offline text in buddylist (sort method has to be 'status')"
-perl.buddylist.text.online = "optional online text in buddylist (sort method has to be 'status')"
-perl.buddylist.use.redirection = "using redirection to get status of buddies (needs weechat >=0.3.4) (default: on)"
-perl.colorize_lines.blacklist_buffers = "comma-separated list of channels to be ignored (e.g. freenode.#weechat,*.#python)"
-perl.colorize_lines.buffers = "buffer type affected by the script (all/channel/query, default: all)"
-perl.colorize_lines.highlight = "apply highlight color to the highlighted lines (off/on/nicks). the latter will limit highlighting to nicknames in option 'nicks'"
-perl.colorize_lines.lines = "apply nickname color to the lines (off/on/nicks). the latter will limit highlighting to nicknames in option 'nicks'"
-perl.colorize_lines.nicks = "comma-separater list of nicks (e.g. freenode.cat,*.dog) OR file name starting with '/' (e.g. /file.txt). in the latter case, nicknames will get loaded from that file inside weechat folder (e.g. from ~/.weechat/file.txt). nicknames in file are newline-separated (e.g. freenode.dog\n*.cat)"
-perl.colorize_lines.own_lines = "apply nickname color to own lines (off/on/only). the latter turns off all other kinds of coloring altogether"
-perl.isgd.auto = "Shorten all incoming URLs automatically (default: "off")"
-perl.isgd.auto_min_length = "Only shorten incoming URLs automatically which have this minimum length (default: "1")"
-perl.isgd.color = "Color used for printing shortened URLs (default: "white")"
-perl.listsort.max_size = "maximum size of /list output in kilobytes to be handled"
-perl.multiline.char = "character(s) which should be displayed to indicate end of line"
-perl.multiline.hide_magic_nl = "whether the new line inserted by magic enter key will be hidden"
-perl.multiline.ipl = "this setting controls override of ctrl-M (enter key) by script. Turn it off if you don't want multiline.pl to set and re-set the key binding."
-perl.multiline.lead_linebreak = "if turned on, multi-line messages always start on a new line"
-perl.multiline.magic = "indicator displayed when message will be sent soon"
-perl.multiline.magic_enter_time = "delay after pressing enter before sending automatically (in ms), or 0 to disable"
-perl.multiline.magic_paste_only = "only use multi-line messages for multi-line pastes (multi-line on enter is disabled by this)"
-perl.multiline.modify_keys = "if turned on, cursor keys are modified so that they respect line boundaries instead of treating the whole multi-line message as a single line"
-perl.multiline.paste_lock = "time-out to detect pastes (disable the weechat built-in paste detection if you want to use this)"
-perl.multiline.send_empty = "set to on to automatically disregard enter key on empty line"
-perl.multiline.tab = "character(s) which should be displayed instead of Tab key character"
-perl.multiline.weechat_paste_fix = "disable ctrl-J binding when paste is detected to stop silly weechat sending out pastes without allowing to edit them"
-perl.stalker.additional_join_info = "add a line below the JOIN message that will display alternative nicks (tags: "irc_join", "irc_smart_filter" will be add to additional_join_info). You can use a localvar to drop additional join info for specific buffer(s) "stalker_drop_additional_join_info" (default: off)"
-perl.stalker.db_name = "file containing the SQLite database where information is recorded. This database is created on loading of stalker if it does not exist. ("%h" will be replaced by WeeChat home, "~/.weechat" by default) (default: %h/nicks.db)"
-perl.stalker.debug = "Prints debug output to core buffer so you know exactly what is going on. This is far too verbose to be enabled when not actively debugging something. (default: off)"
-perl.stalker.flood_max_nicks = "Maximum number of joins to allow in flood_timer length of time. Once maximum number of joins is reached, joins will be ignored until the timer ends (default:20)"
-perl.stalker.flood_timer = "Time in seconds for which flood protection is active. Once max_nicks is reached, joins will be ignored for the remaining duration of the timer. (default:10)"
-perl.stalker.guest_host_regex = "regex mask to ignore host masks"
-perl.stalker.guest_nick_regex = "Some networks set default nicknames when a user fails to identify to nickserv, other networks using relay-bots, some irc clients set default nicknames when someone connects and often these change from network to network depending on who is configuring the java irc clients. This allows a regular expression to be entered. When a nickname matches the regular expression and "ignore_guest_nicks" is enabled the nickname is dropped from the search as if it had never been seen. (default: ^(guest|weebot|Floodbot).*)"
-perl.stalker.ignore_guest_hosts = "See option guest_host_regex"
-perl.stalker.ignore_guest_nicks = "See option guest_nick_regex"
-perl.stalker.ignore_nickchange = "When enabled, /NICK changes won't be monitored. (default: off)"
-perl.stalker.ignore_whois = "When enabled, /WHOIS won't be monitored. (default: off)"
-perl.stalker.max_recursion = "For each correlation between nick <-> host that happens, one point of recursion happens. A corrupt database, general evilness, or misfortune can cause the recursion to skyrocket. This is a ceiling number that says if after this many correlation attempts we have not found all nickname and hostname correlations, stop the process and return the list to this point. Use this option with care on slower machines like raspberry pi."
-perl.stalker.normalize_nicks = "this option will truncate special chars from username (like: ~) (default: on)"
-perl.stalker.recursive_search = "When enabled, recursive search causes stalker to function better than a simple hostname to nickname map. Disabling the recursive search in effect turns stalker into a more standard hostname -> nickname map."
-perl.stalker.search_this_network_only = "When enabled searches are limited to within the network the window is currently set on. Turning this off is really only useful if multiple networks don't encode the hostmask. (default: on)"
-perl.stalker.tags = "comma separated list of tags used for messages printed by stalker. See documentation for possible tags (e.g. 'no_log', 'no_highlight'). This option does not effect DEBUG messages."
-perl.stalker.timeout = "timeout in seconds for hook_process(), used with option "additional_join_info". On slower machines, like raspberry pi, increase time. (default: 1)"
-perl.stalker.use_localvar = "When enabled, only channels with a localvar 'stalker' will be monitored. This option will not affect /NICK and /WHOIS monitoring. It's only for /JOIN messages. (default: off)"
-perl.url_arza.min_length = "minimum length for incoming urls to shorten, after http:// (default: 100)"
-perl.url_arza.url = "url for shortener, url to shorten is appended, the shortener should return the short url (default: http://arza.us/s/?password=&url=)"
-perl.url_arza.url_append_command = "string to append to the url when shortening in input line (default: &id_min_length=1)"
-perl.url_arza.url_append_incoming = "string to append to the url when shortening incoming urls (default: &id_min_length=2)"
-python.autosavekey.mute = "execute command silently, only error messages will be displayed. (default: "off")"
-python.autosavekey.secure = "change channel key in secure data. (default: "off")"
-python.listbuffer.autofocus = "Focus the listbuffer in the current window if it isn't already displayed by a window."
-python.listbuffer.channel_min_width = "The minimum width used for the channel name in the channel list. If a channelname is shorter than this amount, the column will be padded with spaces."
-python.listbuffer.modes_min_width = "The minimum width used for modes in the channel list. If a channel has less modes than this amount, the column will be padded with spaces."
-python.listbuffer.sort_inverted = "Invert the sort order for the channel list."
-python.listbuffer.sort_order = "Last used sort order for the channel list."
-python.listbuffer.users_min_width = "The minimum width used for the usercount in the channel list. If the usercount has less digits than this amount, the column will be padded with spaces."
-python.whois_on_query.command = "the command sent to do the whois ($nick is repladed by nick) (default: "/whois $nick $nick")"
-python.whois_on_query.self_query = "if on, send whois for self queries (default: "off")"
diff --git a/weechat/relay.conf b/weechat/relay.conf
index 24f3182..fa2ee4c 100644
--- a/weechat/relay.conf
+++ b/weechat/relay.conf
@@ -2,10 +2,6 @@
# relay.conf -- weechat v1.1-dev
#
-[look]
-auto_open_buffer = on
-raw_messages = 256
-
[color]
client = cyan
status_active = lightblue
@@ -17,6 +13,17 @@ text = default
text_bg = default
text_selected = white
+[irc]
+backlog_max_minutes = 1440
+backlog_max_number = 256
+backlog_since_last_disconnect = on
+backlog_tags = "irc_privmsg"
+backlog_time_format = "[%H:%M] "
+
+[look]
+auto_open_buffer = on
+raw_messages = 256
+
[network]
allowed_ips = ""
bind_address = ""
@@ -28,11 +35,4 @@ password = ""
ssl_cert_key = "%h/ssl/relay.pem"
websocket_allowed_origins = ""
-[irc]
-backlog_max_minutes = 1440
-backlog_max_number = 256
-backlog_since_last_disconnect = on
-backlog_tags = "irc_privmsg"
-backlog_time_format = "[%H:%M] "
-
[port]
diff --git a/weechat/script.conf b/weechat/script.conf
index fa16944..9973071 100644
--- a/weechat/script.conf
+++ b/weechat/script.conf
@@ -2,16 +2,6 @@
# script.conf -- weechat v1.1-dev
#
-[look]
-columns = "%s %n %V %v %u | %d | %t"
-diff_color = on
-diff_command = "auto"
-display_source = on
-quiet_actions = on
-sort = "u,n"
-translate_description = on
-use_keys = on
-
[color]
status_autoloaded = cyan
status_held = white
@@ -40,6 +30,16 @@ text_version_loaded = default
text_version_loaded_selected = white
text_version_selected = lightmagenta
+[look]
+columns = "%s %n %V %v %u | %d | %t"
+diff_color = on
+diff_command = "auto"
+display_source = on
+quiet_actions = on
+sort = "u,n"
+translate_description = on
+use_keys = on
+
[scripts]
autoload = on
cache_expire = 60
diff --git a/weechat/trigger.conf b/weechat/trigger.conf
index a53f470..8f75db7 100644
--- a/weechat/trigger.conf
+++ b/weechat/trigger.conf
@@ -2,10 +2,6 @@
# trigger.conf -- weechat v1.1-dev
#
-[look]
-enabled = on
-monitor_strip_colors = off
-
[color]
flag_command = lightgreen
flag_conditions = yellow
@@ -16,6 +12,10 @@ replace = cyan
trigger = green
trigger_disabled = red
+[look]
+enabled = on
+monitor_strip_colors = off
+
[trigger]
beep.arguments = ""
beep.command = "/print -beep"
diff --git a/weechat/xfer.conf b/weechat/xfer.conf
index 583f62a..2bfc881 100644
--- a/weechat/xfer.conf
+++ b/weechat/xfer.conf
@@ -2,11 +2,6 @@
# xfer.conf -- weechat v1.1-dev
#
-[look]
-auto_open_buffer = on
-progress_bar_size = 20
-pv_tags = "notify_private"
-
[color]
status_aborted = lightred
status_active = lightblue
@@ -18,14 +13,6 @@ text = default
text_bg = default
text_selected = white
-[network]
-blocksize = 65536
-fast_send = on
-own_ip = ""
-port_range = ""
-speed_limit = 0
-timeout = 300
-
[file]
auto_accept_chats = off
auto_accept_files = off
@@ -37,3 +24,16 @@ convert_spaces = on
download_path = "%h/xfer"
upload_path = "~"
use_nick_in_filename = on
+
+[look]
+auto_open_buffer = on
+progress_bar_size = 20
+pv_tags = "notify_private"
+
+[network]
+blocksize = 65536
+fast_send = on
+own_ip = ""
+port_range = ""
+speed_limit = 0
+timeout = 300