]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/002849.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 002849.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Feature Request: EASY
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Feature%20Request%3A%20EASY&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="002853.html">
11 <LINK REL="Next" HREF="002850.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Feature Request: EASY</H1>
15 <B>Brent DiNicola</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Feature%20Request%3A%20EASY&In-Reply-To="
17 TITLE="[IRCServices Coding] Feature Request: EASY">ircservices at elric.net
18 </A><BR>
19 <I>Fri Jan 2 14:48:32 PST 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002853.html">[IRCServices Coding] bugreport,
22 special characters in channel name / httpd db
23 </A></li>
24 <LI>Next message: <A HREF="002850.html">[IRCServices Coding] Feature Request: EASY
25 </A></li>
26 <LI> <B>Messages sorted by:</B>
27 <a href="date.html#2849">[ date ]</a>
28 <a href="thread.html#2849">[ thread ]</a>
29 <a href="subject.html#2849">[ subject ]</a>
30 <a href="author.html#2849">[ author ]</a>
31 </LI>
32 </UL>
33 <HR>
34 <!--beginarticle-->
35 <PRE>I would like to ask that you add the channel to the notice for the entrymsg.
36
37 Currently if I set the entry message to &quot;Welcome&quot; then when I join I will
38 get a notice:
39
40 -Chanserv- Welcome
41
42 Could this be modified to include the channel name? For example:
43
44 -Chanserv- [#MyChannel] Welcome
45
46 This appears to be 1 line to change in the main.c of chanserv module, maybe
47 like the following from:
48 notice(s_ChanServ, user-&gt;nick, &quot;%s&quot;, ci-&gt;entry_message);
49 to
50 notice(s_ChanServ, user-&gt;nick, &quot;[%s] %s&quot;, ci-&gt;name, ci-&gt;entry_message);
51
52 If there is a better way, please let me know.
53
54 Thanks
55
56 Brent
57
58
59 </PRE>
60
61 <!--endarticle-->
62 <HR>
63 <P><UL>
64 <!--threads-->
65 <LI>Previous message: <A HREF="002853.html">[IRCServices Coding] bugreport,
66 special characters in channel name / httpd db
67 </A></li>
68 <LI>Next message: <A HREF="002850.html">[IRCServices Coding] Feature Request: EASY
69 </A></li>
70 <LI> <B>Messages sorted by:</B>
71 <a href="date.html#2849">[ date ]</a>
72 <a href="thread.html#2849">[ thread ]</a>
73 <a href="subject.html#2849">[ subject ]</a>
74 <a href="author.html#2849">[ author ]</a>
75 </LI>
76 </UL>
77
78 </body></html>