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