]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/002852.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 002852.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="002851.html">
11 <LINK REL="Next" HREF="002855.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Feature Request: EASY</H1>
15 <B>Craig McLure</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">Craig at chatspike.net
18 </A><BR>
19 <I>Fri Jan 2 15:13:17 PST 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002851.html">[IRCServices Coding] Feature Request: EASY
22 </A></li>
23 <LI>Next message: <A HREF="002855.html">[IRCServices Coding] Re: [IRCServices] nickserv/sendpass problem
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2852">[ date ]</a>
27 <a href="thread.html#2852">[ thread ]</a>
28 <a href="subject.html#2852">[ subject ]</a>
29 <a href="author.html#2852">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>but what for example, someone did..
35
36 /msg chanserv set welcomemsg #blah Channel #main_network_channel has been dropped.
37
38 you would join a channel and get..
39
40 -ChanServ- Channel #main_network_channel has been dropped.
41
42 someone did that on chatspike, and it scared the bejesus outta us, mainly due to its authentic apperance..
43
44 seems kinda dodgy being able to 'fake' chanserv messages like that.
45
46 /****************************************
47 * Craig &quot;FrostyCoolSlug&quot; McLure
48 * InspIRCd - <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
49 * ChatSpike - <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
50 ****************************************/
51
52
53 /****************************************
54 * From - Aragon Gouveia &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">aragon at phat.za.net</A>&gt;
55 * To - ircservices-coding &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
56 * Sent - 2004-01-03 00:54:00
57 * Subject - Re: [IRCServices Coding] Feature Request: EASY
58 ****************************************/
59
60 /****** - Begin Original Message - ******/
61
62 &gt;<i>/msg chanserv set #MyChannel entrymsg [#MyChannel] Welcome
63 </I>&gt;<i>
64 </I>&gt;<i>By enforcing something you're removing flexibility. Maybe some channel
65 </I>&gt;<i>owners don't want the channel name appearing in their entry message.
66 </I>&gt;<i>
67 </I>&gt;<i>As it is now, there's nothing that stops you from adding it manually.
68 </I>&gt;<i>
69 </I>&gt;<i>But, this is just my opinion... ;)
70 </I>&gt;<i>
71 </I>&gt;<i>
72 </I>&gt;|<i> By Brent DiNicola &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices at elric.net</A>&gt;
73 </I>&gt;|<i> [ 2004-01-03 00:50 +0200 ]
74 </I>&gt;&gt;<i> I would like to ask that you add the channel to the notice for the entrymsg.
75 </I>&gt;&gt;<i>
76 </I>&gt;&gt;<i> Currently if I set the entry message to &quot;Welcome&quot; then when I join I will
77 </I>&gt;&gt;<i> get a notice:
78 </I>&gt;&gt;<i>
79 </I>&gt;&gt;<i> -Chanserv- Welcome
80 </I>&gt;&gt;<i>
81 </I>&gt;&gt;<i> Could this be modified to include the channel name? For example:
82 </I>&gt;&gt;<i>
83 </I>&gt;&gt;<i> -Chanserv- [#MyChannel] Welcome
84 </I>&gt;&gt;<i>
85 </I>&gt;&gt;<i> This appears to be 1 line to change in the main.c of chanserv module, maybe
86 </I>&gt;&gt;<i> like the following from:
87 </I>&gt;&gt;<i> notice(s_ChanServ, user-&gt;nick, &quot;s&quot;, ci-&gt;entry_message);
88 </I>&gt;&gt;<i> to
89 </I>&gt;&gt;<i> notice(s_ChanServ, user-&gt;nick, &quot;[s] s&quot;, ci-&gt;name, ci-&gt;entry_message);
90 </I>&gt;&gt;<i>
91 </I>&gt;&gt;<i> If there is a better way, please let me know.
92 </I>&gt;&gt;<i>
93 </I>&gt;&gt;<i> Thanks
94 </I>&gt;&gt;<i>
95 </I>&gt;&gt;<i> Brent
96 </I>&gt;<i>------------------------------------------------------------------
97 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
98 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
99 </I>&gt;<i>.
100 </I>
101 /******* - End Original Message - *******/
102
103
104
105
106 </PRE>
107
108 <!--endarticle-->
109 <HR>
110 <P><UL>
111 <!--threads-->
112 <LI>Previous message: <A HREF="002851.html">[IRCServices Coding] Feature Request: EASY
113 </A></li>
114 <LI>Next message: <A HREF="002855.html">[IRCServices Coding] Re: [IRCServices] nickserv/sendpass problem
115 </A></li>
116 <LI> <B>Messages sorted by:</B>
117 <a href="date.html#2852">[ date ]</a>
118 <a href="thread.html#2852">[ thread ]</a>
119 <a href="subject.html#2852">[ subject ]</a>
120 <a href="author.html#2852">[ author ]</a>
121 </LI>
122 </UL>
123
124 </body></html>