summaryrefslogtreecommitdiff
path: root/irc/dancer-services/pkg-message
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-04-19 12:02:50 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-04-19 12:02:50 +0000
commitfc37200bcd2540800b9b82ab45ea395717c31281 (patch)
treef46f3b6d74d2b86f99712aa44630b95569951e31 /irc/dancer-services/pkg-message
parentAdd dancer-ircd, an irc daemon based on hybrid ircd. (diff)
Add dancer-services, the IRC services (nickserv, chanserv, etc.) for
dancer-ircd.
Notes
Notes: svn path=/head/; revision=79273
Diffstat (limited to 'irc/dancer-services/pkg-message')
-rw-r--r--irc/dancer-services/pkg-message18
1 files changed, 18 insertions, 0 deletions
diff --git a/irc/dancer-services/pkg-message b/irc/dancer-services/pkg-message
new file mode 100644
index 000000000000..c52f34024aa0
--- /dev/null
+++ b/irc/dancer-services/pkg-message
@@ -0,0 +1,18 @@
+dancer-services has now been installed.
+
+You should now edit /usr/local/etc/dancer-services/services.conf and
+make sure you have something like the following lines:
+
+N:services.:Local services
+S:<password X>:localhost:6667
+O:*@127.0.0.1:<password hash>:<your nick>:segj
+
+Then add the following lines to /usr/local/etc/dancer-ircd/ircd.conf:
+
+C:127.0.0.1:foo:services.::2
+N:127.0.0.1:<hash of password X>:services.::2
+
+You may then start the servers by running:
+
+ /usr/local/etc/rc.d/dancer-ircd.sh start
+ /usr/local/etc/rc.d/dancer-services.sh start