]> gitweb.factorcode.org Git - factor-unmaintained.git/blob - irc/ui/ircui-rc
irc-ui: move to irc.ui to match IN: declarations.
[factor-unmaintained.git] / irc / ui / ircui-rc
1 ! Default system ircui-rc file\r
2 ! Copy into .ircui-rc in your home directory and then change username and such\r
3 ! To find your home directory, type "home ." into a Factor listener\r
4 \r
5 USING: irc.client irc.ui ;\r
6 \r
7 "irc.freenode.org" 8001 "factor-irc" f ! server port nick password\r
8 { "#concatenative" "#terrorisland" } ! all the channels you want to autojoin\r
9 server-open\r