5 /set weechat.bar.input.size 0
7 /filter add irc_smart * irc_smart_filter *
8 /set weechat.look.buffer_notify_default message
9 /set weechat.look.hotlist_sort number_asc
15 F11 scroll nick list up
16 F12 scroll nick list down
18 http://www.weechat.org/files/doc/stable/weechat_quickstart.en.html#key_bindings
22 /connect irc.freenode.net
29 I believe the fix I was looking for was `/set weechat.look.buffer_notify_default message` as discussed at http://indiewebcamp.com/irc/2013-06-01
31 See also http://www.weechat.org/files/doc/stable/weechat_user.en.html#notify_levels
33 task #12499, filter mode changes after joins: http://savannah.nongnu.org/task/?12499
35 "When you see a mode change it's not "MODE" command received but a numeric command (for example 324 for channel modes). So you may have to ignore many numeric commands to ignore all modes." -- http://forums.flashtux.org/viewtopic.php?p=106&sid=62c78f547fb166200ca839a0d08d96d4#p106
37 http://www.weechat.org/files/doc/weechat_faq.en.html#filter_irc_join_part_quit
39 See also http://dev.weechat.org/post/2008/10/25/Smart-IRC-join-part-quit-message-filter
41 http://dev.weechat.org/post/2008/03/22/Filters_tags
43 http://tools.ietf.org/html/rfc2812
45 ### Can't click long links
47 "[urlgrab.py] has one obvious limitation: it doesn’t work well if you’re running weechat on a remote host" -- http://blog.lnx.cx/2012/08/14/weechat/
51 - hotlist2extern.pl: waiting for hotlist to change and then execute a user specified command or writes the hotlist to screen title - http://www.weechat.org/scripts/source/hotlist2extern.pl.html/
53 /set plugins.var.perl.hotlist2extern.use_title "off"
54 /set plugins.var.perl.hotlist2extern.external_command_hotlist "echo \'WeeChat Act: %X\' > /var/www/html/tmp/activity.txt"