]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000866.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000866.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Little bugs &amp; Questions
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Little%20bugs%20%26%20Questions&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="000865.html">
11 <LINK REL="Next" HREF="000871.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Little bugs &amp; Questions</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Little%20bugs%20%26%20Questions&In-Reply-To="
17 TITLE="[IRCServices Coding] Little bugs &amp; Questions">achurch at achurch.org
18 </A><BR>
19 <I>Thu Jun 13 14:22:58 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000865.html">[IRCServices Coding] Cron Prog..
22 </A></li>
23 <LI>Next message: <A HREF="000871.html">[IRCServices Coding] Little bugs &amp; Questions
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#866">[ date ]</a>
27 <a href="thread.html#866">[ thread ]</a>
28 <a href="subject.html#866">[ subject ]</a>
29 <a href="author.html#866">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> [Note: it looks like some of my posts didn't make it to the list, so
35 I'm reposting them. Apologies to anyone who's already seen them.]
36
37 Thanks for the report. 1, 5, 6, 7, 8, and 9 have been fixed. 10 and
38 12 are not bugs; I don't consider 3 a bug either, and dealing with it would
39 be more trouble than it's worth. With respect to 11, the entry message can
40 be cleared with the UNSET command. And 2 and 4 are, um, missing. (:
41
42 --Andrew Church
43 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
44 <A HREF="http://achurch.org/">http://achurch.org/</A>
45
46 &gt;<i>Hello!
47 </I>&gt;<i>
48 </I>&gt;<i>These are little bugs or not, they're not serious but I'ld be happy to
49 </I>&gt;<i>see them or some of them corrected because some users use the keyboard
50 </I>&gt;<i>in a very stupid way. :)))
51 </I>&gt;<i>
52 </I>&gt;<i>1. Two problems where somebody inserts more than one space after or
53 </I>&gt;<i>before a command:
54 </I>&gt;<i>
55 </I>&gt;<i>&quot;&lt;AngryWolf&gt; help set &quot;
56 </I>&gt;<i>-NickServ- No help available for set .
57 </I>&gt;<i>
58 </I>&gt;<i>&quot;&lt;AngryWolf&gt; help set email&quot;
59 </I>&gt;<i>-NickServ- No help available for set email.
60 </I>&gt;<i>
61 </I>&gt;<i>In some ways, more than one space is ignored:
62 </I>&gt;<i>
63 </I>&gt;<i>&lt;AngryWolf&gt; help set email
64 </I>&gt;<i>-NickServ- Syntax: \ 2SET EMAIL \1faddress
65 </I>&gt;<i>
66 </I>&gt;<i>&lt;AngryWolf&gt; set language 1
67 </I>&gt;<i>-NickServ- Language changed to \ 2English\ 2.
68 </I>&gt;<i>
69 </I>&gt;<i>3. In this example, I mean it would be better to filter some formatting
70 </I>&gt;<i>characters:
71 </I>&gt;<i>
72 </I>&gt;<i>&lt;AngryWolf&gt; \ 2help set
73 </I>&gt;<i>-NickServ- Unknown command \ 2\ 2help\ 2. Type \ 2/msg NickServ HELP\ 2 for help.
74 </I>&gt;<i>
75 </I>&gt;<i>5. What about giving more than one word for passwords?
76 </I>&gt;<i>
77 </I>&gt;<i>&lt;AngryWolf&gt; set password first second
78 </I>&gt;<i>-NickServ- Password changed to \ 2first\ 2.
79 </I>&gt;<i>
80 </I>&gt;<i>6. Giving URLs
81 </I>&gt;<i>
82 </I>&gt;<i>&lt;AngryWolf&gt; set url <A HREF="sdf://sdf.d:3425/">sdf://sdf.d:3425/</A>
83 </I>&gt;<i>-NickServ- URLs must be in the form \ 2<A HREF="http://\1fhostname\1f[:\1fport\1f]/...\ 2">http://\1fhostname\1f[:\1fport\1f]/...\ 2</A> (or <A HREF="ftp://,">ftp://,</A> etc.).
84 </I>&gt;<i>
85 </I>&gt;<i>This is the same when I try ChanServ.
86 </I>&gt;<i>
87 </I>&gt;<i>7. Timezone problems
88 </I>&gt;<i>
89 </I>&gt;<i>&lt;AngryWolf&gt; set timezone +1:3
90 </I>&gt;<i>-NickServ- The current time in this time zone is ...
91 </I>&gt;<i>&lt;AngryWolf&gt; set timezone +2:6
92 </I>&gt;<i>-NickServ- Syntax: \ 2SET TIMEZONE {\1fUTC-offset\1f | \1ftime-zone\1f | DEFAULT}
93 </I>&gt;<i>
94 </I>&gt;<i>It's the same when i try 7, 8, 9 instead of 6.
95 </I>&gt;<i>
96 </I>&gt;<i>8. Syntax help
97 </I>&gt;<i>
98 </I>&gt;<i>&lt;AngryWolf&gt; help unset
99 </I>&gt;<i>-NickServ- Syntax: \ 2UNSET {URL | INFO}
100 </I>&gt;<i>&lt;AngryWolf&gt; unset
101 </I>&gt;<i>-NickServ- Syntax: \ 2UNSET URL
102 </I>&gt;<i>
103 </I>&gt;<i>&lt;AngryWolf&gt; list
104 </I>&gt;<i>-NickServ- Syntax: \ 2LISTEMAIL \1fpattern\1f [FORBIDDEN] [NOEXPIRE] [SUSPENDED] [NOAUTH]
105 </I>&gt;<i>
106 </I>&gt;<i>9. list and listemail doesn't check if i say something else than
107 </I>&gt;<i>FORBIDDEN, NOEXPIRE, SUSPENDED or NOAUTH
108 </I>&gt;<i>
109 </I>&gt;<i>&lt;AngryWolf&gt; list * for bidden
110 </I>&gt;<i>-NickServ- List of entries matching \ 2*\ 2:
111 </I>&gt;<i>(...)
112 </I>&gt;<i>-NickServ- End of list; 50/74 matches shown.
113 </I>&gt;<i>
114 </I>&gt;<i>10. MLOCK problem
115 </I>&gt;<i>
116 </I>&gt;<i>I don't know whether it's a bug, but it's interesting:
117 </I>&gt;<i>
118 </I>&gt;<i>&lt;AngryWolf&gt; set #arena mlock +nt-ikOAN+k
119 </I>&gt;<i>-ChanServ- Parameter required for MLOCK +k.
120 </I>&gt;<i>&lt;AngryWolf&gt; set #arena mlock +nt-ikOAN+k something
121 </I>&gt;<i>-ChanServ- Mode lock on channel #arena changed to \ 2+ntk-iOAN\ 2.
122 </I>&gt;<i>
123 </I>&gt;<i>11. Is there a way to clear entrymsg?
124 </I>&gt;<i>
125 </I>&gt;<i>12. I can send a memo for myself, is it okey?
126 </I>&gt;<i>
127 </I>&gt;<i>Thats all for now. :)
128 </I>&gt;<i>
129 </I>&gt;<i>------------------------------------------------------------------
130 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
131 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
132 </I>
133
134 </PRE>
135
136 <!--endarticle-->
137 <HR>
138 <P><UL>
139 <!--threads-->
140 <LI>Previous message: <A HREF="000865.html">[IRCServices Coding] Cron Prog..
141 </A></li>
142 <LI>Next message: <A HREF="000871.html">[IRCServices Coding] Little bugs &amp; Questions
143 </A></li>
144 <LI> <B>Messages sorted by:</B>
145 <a href="date.html#866">[ date ]</a>
146 <a href="thread.html#866">[ thread ]</a>
147 <a href="subject.html#866">[ subject ]</a>
148 <a href="author.html#866">[ author ]</a>
149 </LI>
150 </UL>
151
152 </body></html>