# 2019-01-13 Weechat Fun

I was having trouble setting up autojoin in weechat on tilde.town last
night. Every time I edited the autojoin list, running "chat" clobbered
it and dropped me back in the default #tildetown channel.

Got nosy and poked at the server a bit:

$ cat /usr/share/bin/chat

> weechat-curses -r "/server add town localhost; /set \
> irc.server.town.autojoin "#tildetown"; /connect town"

Yeah, that'd do it.

Don't get me wrong, this is a terrific configuration idea to get people
started. That said, I'm tempted to add something to the wiki to point
out the potential problem once you grow a little more ambitious.