]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000461.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000461.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Services to /msg Instead of /notice
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%20to%20/msg%20Instead%20of%20/notice&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="000460.html">
11 <LINK REL="Next" HREF="000462.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Services to /msg Instead of /notice</H1>
15 <B>Fuelie Admin</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%20to%20/msg%20Instead%20of%20/notice&In-Reply-To="
17 TITLE="[IRCServices] Services to /msg Instead of /notice">Admin at fuelie.net
18 </A><BR>
19 <I>Mon Feb 7 23:25:59 PST 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000460.html">[IRCServices] Services to /msg Instead of /notice
22 </A></li>
23 <LI>Next message: <A HREF="000462.html">[IRCServices] Services to /msg Instead of /notice
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#461">[ date ]</a>
27 <a href="thread.html#461">[ thread ]</a>
28 <a href="subject.html#461">[ subject ]</a>
29 <a href="author.html#461">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>TRY THIS
35 Is was givien to me when I had the same Question!
36 ----------------------------------------------------------------------
37
38 send.c:/* Send a NOTICE from the given source to the given nick. */
39 send.c:void notice(const char *source, const char *dest, const char *fmt,
40 ...)
41 send.c: snprintf(buf, sizeof(buf), &quot;NOTICE %s :%s&quot;, dest, fmt);
42 send.c:/* Send a NULL-terminated array of text as NOTICEs. */
43 send.c:void notice_list(const char *source, const char *dest, const char
44 **text)
45 send.c: /* Have to kludge around an ircII bug here: if a notice includes
46 send.c: notice(source, dest, *text);
47 send.c: notice(source, dest, &quot; &quot;);
48 send.c:/* Send a message in the user's selected language to the user using
49 NOTICE. */
50 send.c:void notice_lang(const char *source, User *dest, int message, ...)
51 send.c: send_cmd(source, &quot;NOTICE %s :%s&quot;, dest-&gt;nick, *t ? t : &quot; &quot;);
52 send.c:/* Like notice_lang(), but replace %S by the source. This is an ugly
53 hack
54 send.c:void notice_help(const char *source, User *dest, int message, ...)
55 send.c: send_cmd(source, &quot;NOTICE %s :%s&quot;, dest-&gt;nick, *outbuf ? outbuf : &quot;
56 &quot;);
57
58 perhaps line numbers would help but as you can see if you change all the
59 uppercase NOTICE to PRIVMSG you will effectively change your services from
60 using a notice reply to a MSG reply on everything as long as you use the
61 standard source, if I had more time I'd make a patch for you but I hope this
62 works out for you, please let me know if it doesn't and I shall research it
63 more.
64
65 Matt Bradbury
66 /server orbit.phix.com
67
68
69
70
71 Thank You,
72 Founder of <A HREF="http://www.Fuelie.Net">http://www.Fuelie.Net</A>
73 Fuelie.net Chat Network!
74 &gt;<i>
75 </I>&gt;<i> &gt; Hi there Im new to this list , first of all let me say Hi to everyone ,
76 </I>&gt;<i> Nice
77 </I>&gt;<i> &gt; talking to you all.
78 </I>&gt;<i> &gt; I need some help on how can I make my IRCd services make /msg instead of
79 </I>&gt;<i> &gt; /notice when a user asks help from the services.
80 </I>&gt;<i> &gt; Can anyone out there help please?
81 </I>&gt;<i> &gt; Thanks in advance.
82 </I>&gt;<i> &gt; Ely
83 </I>&gt;<i> &gt;
84 </I>&gt;<i> &gt;
85 </I>&gt;<i> &gt; ---------------------------------------------------------------
86 </I>&gt;<i> &gt; To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
87 </I>&gt;<i> &gt; with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
88 </I>&gt;<i> &gt;
89 </I>&gt;<i>
90 </I>&gt;<i> ---------------------------------------------------------------
91 </I>&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
92 </I>&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
93 </I>
94 ---------------------------------------------------------------
95 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
96 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
97
98 </PRE>
99
100 <!--endarticle-->
101 <HR>
102 <P><UL>
103 <!--threads-->
104 <LI>Previous message: <A HREF="000460.html">[IRCServices] Services to /msg Instead of /notice
105 </A></li>
106 <LI>Next message: <A HREF="000462.html">[IRCServices] Services to /msg Instead of /notice
107 </A></li>
108 <LI> <B>Messages sorted by:</B>
109 <a href="date.html#461">[ date ]</a>
110 <a href="thread.html#461">[ thread ]</a>
111 <a href="subject.html#461">[ subject ]</a>
112 <a href="author.html#461">[ author ]</a>
113 </LI>
114 </UL>
115
116 </body></html>