]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/002850.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 002850.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=6.0.1.1.2.20040102164527.01ed6730%40mail.elric.net">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="002849.html">
11 <LINK REL="Next" HREF="002851.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Feature Request: EASY</H1>
15 <B>Aragon Gouveia</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Feature%20Request%3A%20EASY&In-Reply-To=6.0.1.1.2.20040102164527.01ed6730%40mail.elric.net"
17 TITLE="[IRCServices Coding] Feature Request: EASY">aragon at phat.za.net
18 </A><BR>
19 <I>Fri Jan 2 14:54:20 PST 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002849.html">[IRCServices Coding] Feature Request: EASY
22 </A></li>
23 <LI>Next message: <A HREF="002851.html">[IRCServices Coding] Feature Request: EASY
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2850">[ date ]</a>
27 <a href="thread.html#2850">[ thread ]</a>
28 <a href="subject.html#2850">[ subject ]</a>
29 <a href="author.html#2850">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>/msg chanserv set #MyChannel entrymsg [#MyChannel] Welcome
35
36 By enforcing something you're removing flexibility. Maybe some channel
37 owners don't want the channel name appearing in their entry message.
38
39 As it is now, there's nothing that stops you from adding it manually.
40
41 But, this is just my opinion... ;)
42
43
44 |<i> By Brent DiNicola &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices at elric.net</A>&gt;
45 </I>|<i> [ 2004-01-03 00:50 +0200 ]
46 </I>&gt;<i> I would like to ask that you add the channel to the notice for the entrymsg.
47 </I>&gt;<i>
48 </I>&gt;<i> Currently if I set the entry message to &quot;Welcome&quot; then when I join I will
49 </I>&gt;<i> get a notice:
50 </I>&gt;<i>
51 </I>&gt;<i> -Chanserv- Welcome
52 </I>&gt;<i>
53 </I>&gt;<i> Could this be modified to include the channel name? For example:
54 </I>&gt;<i>
55 </I>&gt;<i> -Chanserv- [#MyChannel] Welcome
56 </I>&gt;<i>
57 </I>&gt;<i> This appears to be 1 line to change in the main.c of chanserv module, maybe
58 </I>&gt;<i> like the following from:
59 </I>&gt;<i> notice(s_ChanServ, user-&gt;nick, &quot;%s&quot;, ci-&gt;entry_message);
60 </I>&gt;<i> to
61 </I>&gt;<i> notice(s_ChanServ, user-&gt;nick, &quot;[%s] %s&quot;, ci-&gt;name, ci-&gt;entry_message);
62 </I>&gt;<i>
63 </I>&gt;<i> If there is a better way, please let me know.
64 </I>&gt;<i>
65 </I>&gt;<i> Thanks
66 </I>&gt;<i>
67 </I>&gt;<i> Brent
68 </I>
69 </PRE>
70
71 <!--endarticle-->
72 <HR>
73 <P><UL>
74 <!--threads-->
75 <LI>Previous message: <A HREF="002849.html">[IRCServices Coding] Feature Request: EASY
76 </A></li>
77 <LI>Next message: <A HREF="002851.html">[IRCServices Coding] Feature Request: EASY
78 </A></li>
79 <LI> <B>Messages sorted by:</B>
80 <a href="date.html#2850">[ date ]</a>
81 <a href="thread.html#2850">[ thread ]</a>
82 <a href="subject.html#2850">[ subject ]</a>
83 <a href="author.html#2850">[ author ]</a>
84 </LI>
85 </UL>
86
87 </body></html>