]> gitweb.factorcode.org Git - factor-unmaintained.git/blobdiff - irc/ui/ircui-rc
irc-ui: move to irc.ui to match IN: declarations.
[factor-unmaintained.git] / irc / ui / ircui-rc
diff --git a/irc/ui/ircui-rc b/irc/ui/ircui-rc
new file mode 100644 (file)
index 0000000..a1533c7
--- /dev/null
@@ -0,0 +1,9 @@
+! Default system ircui-rc file\r
+! Copy into .ircui-rc in your home directory and then change username and such\r
+! To find your home directory, type "home ." into a Factor listener\r
+\r
+USING: irc.client irc.ui ;\r
+\r
+"irc.freenode.org" 8001 "factor-irc" f ! server port nick password\r
+{ "#concatenative" "#terrorisland" } ! all the channels you want to autojoin\r
+server-open\r