]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2002/002986.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2002 / 002986.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] /chanserv/nickserv
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20/chanserv/nickserv&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="002984.html">
11 <LINK REL="Next" HREF="002987.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] /chanserv/nickserv</H1>
15 <B>Craig McLure</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20/chanserv/nickserv&In-Reply-To="
17 TITLE="[IRCServices] /chanserv/nickserv">frostycoolslug at hotmail.com
18 </A><BR>
19 <I>Mon Jun 24 15:43:00 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002984.html">[IRCServices] Test
22 </A></li>
23 <LI>Next message: <A HREF="002987.html">[IRCServices] Channel is not in use
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2986">[ date ]</a>
27 <a href="thread.html#2986">[ thread ]</a>
28 <a href="subject.html#2986">[ subject ]</a>
29 <a href="author.html#2986">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Just a couple of notes on that..
35
36 That is for Unreal3.2 *ONLY*
37 in Unreal3.2, make sure set::services-server is valid, and also in the 3.1.3
38 networks file, there is also an extry similar to that.. make sure they are
39 accurate
40
41
42 &gt;<i>From: Barry Murphy &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">icepick at blabber.net</A>&gt;
43 </I>&gt;<i>Reply-To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>
44 </I>&gt;<i>To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>
45 </I>&gt;<i>CC: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Bob8436 at aol.com</A>
46 </I>&gt;<i>Subject: Re: [IRCServices] /chanserv/nickserv
47 </I>&gt;<i>Date: Mon, 24 Jun 2002 17:46:12 +1200
48 </I>&gt;<i>Hi tom,
49 </I>&gt;<i>
50 </I>&gt;<i>This is not a services related problem. Should you be running Unreal IRCD,
51 </I>&gt;<i>you
52 </I>&gt;<i>should have the following lines in yours unrealircd.conf:-
53 </I>&gt;<i>
54 </I>&gt;<i>
55 </I>&gt;<i>alias nickserv {
56 </I>&gt;<i> type services;
57 </I>&gt;<i>};
58 </I>&gt;<i>
59 </I>&gt;<i>alias ns {
60 </I>&gt;<i> nick nickserv;
61 </I>&gt;<i> type services;
62 </I>&gt;<i>};
63 </I>&gt;<i>
64 </I>&gt;<i>alias chanserv {
65 </I>&gt;<i> type services;
66 </I>&gt;<i>};
67 </I>&gt;<i>
68 </I>&gt;<i>alias cs {
69 </I>&gt;<i> nick chanserv;
70 </I>&gt;<i> type services;
71 </I>&gt;<i>};
72 </I>&gt;<i>
73 </I>&gt;<i>alias memoserv {
74 </I>&gt;<i> type services;
75 </I>&gt;<i>};
76 </I>&gt;<i>
77 </I>&gt;<i>alias ms {
78 </I>&gt;<i> nick memoserv;
79 </I>&gt;<i> type services;
80 </I>&gt;<i>};
81 </I>&gt;<i>
82 </I>&gt;<i>alias identify {
83 </I>&gt;<i> format &quot;^#&quot; {
84 </I>&gt;<i> alias chanserv;
85 </I>&gt;<i> parameters &quot;IDENTIFY %1-&quot;;
86 </I>&gt;<i> };
87 </I>&gt;<i> format &quot;^[^#]&quot; {
88 </I>&gt;<i> alias nickserv;
89 </I>&gt;<i> parameters &quot;IDENTIFY %1-&quot;;
90 </I>&gt;<i> };
91 </I>&gt;<i> type command;
92 </I>&gt;<i>};
93 </I>&gt;<i>
94 </I>&gt;<i>alias services {
95 </I>&gt;<i> format &quot;^#&quot; {
96 </I>&gt;<i> alias chanserv;
97 </I>&gt;<i> parameters &quot;%1-&quot;;
98 </I>&gt;<i> };
99 </I>&gt;<i> format &quot;^[^#]&quot; {
100 </I>&gt;<i> alias nickserv;
101 </I>&gt;<i> parameters &quot;%1-&quot;;
102 </I>&gt;<i> };
103 </I>&gt;<i> type command;
104 </I>&gt;<i>};
105 </I>&gt;<i>
106 </I>&gt;<i>Regards
107 </I>&gt;<i>Barry Murphy
108 </I>&gt;<i>Web: www.blabber.net
109 </I>&gt;<i>
110 </I>&gt;<i>On Mon, 24 Jun 2002 14:34, <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Bob8436 at aol.com</A> wrote:
111 </I>&gt;<i> &gt; Hi,
112 </I>&gt;<i> &gt; I've gone through the mailing list archives and found only one
113 </I>&gt;<i>topic
114 </I>&gt;<i> &gt; on the use of /nickserv instead of /msg nickserv, etc. All four replies
115 </I>&gt;<i>to
116 </I>&gt;<i> &gt; the article said that this was a problem in the ircd and not in the
117 </I>&gt;<i> &gt; services package. On my server, however, i ran Unreal 3.1.3 with the
118 </I>&gt;<i> &gt; cygnus services package and could use those commands just fine. When i
119 </I>&gt;<i> &gt; switched to these irc services, however, those commands immediatly
120 </I>&gt;<i>stopped
121 </I>&gt;<i> &gt; working. Between the switch i in no way modified the ircd itself. I
122 </I>&gt;<i>have
123 </I>&gt;<i> &gt; experienced the same problem with both the latest stable version and the
124 </I>&gt;<i> &gt; latest beta of these services.
125 </I>&gt;<i> &gt;
126 </I>&gt;<i>Thanks,
127 </I>&gt;<i> &gt;
128 </I>&gt;<i> &gt; Tom
129 </I>&gt;<i>
130 </I>&gt;<i>------------------------------------------------------------------
131 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
132 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
133 </I>
134
135
136
137 --
138 Craig McLure
139 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Craig at chatspike.net</A>
140 Network Administrator of the ChatSpike IRC Network.
141 ChatSpike, the users network! www.chatspike.net
142
143
144 _________________________________________________________________
145 MSN Photos is the easiest way to share and print your photos:
146 <A HREF="http://photos.msn.com/support/worldwide.aspx">http://photos.msn.com/support/worldwide.aspx</A>
147
148
149 </PRE>
150
151 <!--endarticle-->
152 <HR>
153 <P><UL>
154 <!--threads-->
155 <LI>Previous message: <A HREF="002984.html">[IRCServices] Test
156 </A></li>
157 <LI>Next message: <A HREF="002987.html">[IRCServices] Channel is not in use
158 </A></li>
159 <LI> <B>Messages sorted by:</B>
160 <a href="date.html#2986">[ date ]</a>
161 <a href="thread.html#2986">[ thread ]</a>
162 <a href="subject.html#2986">[ subject ]</a>
163 <a href="author.html#2986">[ author ]</a>
164 </LI>
165 </UL>
166
167 </body></html>