5 /set weechat.bar.input.size 0
7 /filter add irc_smart * irc_smart_filter *
8 /set weechat.look.buffer_notify_default message
14 F11 scroll nick list up
15 F12 scroll nick list down
17 http://www.weechat.org/files/doc/stable/weechat_quickstart.en.html#key_bindings
21 /connect irc.freenode.net
28 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
30 See also http://www.weechat.org/files/doc/stable/weechat_user.en.html#notify_levels
32 task #12499, filter mode changes after joins: http://savannah.nongnu.org/task/?12499
34 "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
36 http://www.weechat.org/files/doc/weechat_faq.en.html#filter_irc_join_part_quit
38 See also http://dev.weechat.org/post/2008/10/25/Smart-IRC-join-part-quit-message-filter
40 http://dev.weechat.org/post/2008/03/22/Filters_tags
42 http://tools.ietf.org/html/rfc2812
44 ### Can't click long links
46 "[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/
50 - 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/