]> jfr.im git - irc.git/blobdiff - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/002852.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 002852.html
diff --git a/software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/002852.html b/software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/002852.html
new file mode 100644 (file)
index 0000000..cd6710e
--- /dev/null
@@ -0,0 +1,124 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+   <TITLE> [IRCServices Coding] Feature Request: EASY
+   </TITLE>
+   <LINK REL="Index" HREF="index.html" >
+   <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Feature%20Request%3A%20EASY&In-Reply-To=">
+   <META NAME="robots" CONTENT="index,nofollow">
+   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+   <LINK REL="Previous"  HREF="002851.html">
+   <LINK REL="Next"  HREF="002855.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+   <H1>[IRCServices Coding] Feature Request: EASY</H1>
+    <B>Craig McLure</B> 
+    <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Feature%20Request%3A%20EASY&In-Reply-To="
+       TITLE="[IRCServices Coding] Feature Request: EASY">Craig at chatspike.net
+       </A><BR>
+    <I>Fri Jan  2 15:13:17 PST 2004</I>
+    <P><UL>
+        <LI>Previous message: <A HREF="002851.html">[IRCServices Coding] Feature Request: EASY
+</A></li>
+        <LI>Next message: <A HREF="002855.html">[IRCServices Coding] Re: [IRCServices] nickserv/sendpass problem
+</A></li>
+         <LI> <B>Messages sorted by:</B> 
+              <a href="date.html#2852">[ date ]</a>
+              <a href="thread.html#2852">[ thread ]</a>
+              <a href="subject.html#2852">[ subject ]</a>
+              <a href="author.html#2852">[ author ]</a>
+         </LI>
+       </UL>
+    <HR>  
+<!--beginarticle-->
+<PRE>but what for example, someone did..
+
+/msg chanserv set welcomemsg #blah Channel #main_network_channel has been dropped.
+
+you would join a channel and get..
+
+-ChanServ- Channel #main_network_channel has been dropped.
+
+someone did that on chatspike, and it scared the bejesus outta us, mainly due to its authentic apperance.. 
+
+seems kinda dodgy being able to 'fake' chanserv messages like that.
+
+/****************************************
+ *     Craig &quot;FrostyCoolSlug&quot; McLure
+ * InspIRCd   - <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
+ * ChatSpike  - <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
+ ****************************************/
+
+
+/****************************************
+ * From    - Aragon Gouveia &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">aragon at phat.za.net</A>&gt;
+ * To      - ircservices-coding &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
+ * Sent    - 2004-01-03 00:54:00
+ * Subject - Re: [IRCServices Coding] Feature Request: EASY
+ ****************************************/
+
+/****** - Begin Original Message - ******/
+
+&gt;<i>/msg chanserv set #MyChannel entrymsg [#MyChannel] Welcome
+</I>&gt;<i>
+</I>&gt;<i>By enforcing something you're removing flexibility.  Maybe some channel
+</I>&gt;<i>owners don't want the channel name appearing in their entry message.
+</I>&gt;<i>
+</I>&gt;<i>As it is now, there's nothing that stops you from adding it manually.
+</I>&gt;<i>
+</I>&gt;<i>But, this is just my opinion... ;)
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;|<i> By Brent DiNicola &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices at elric.net</A>&gt;
+</I>&gt;|<i>                                          [ 2004-01-03 00:50 +0200 ]
+</I>&gt;&gt;<i> I would like to ask that you add the channel to the notice for the entrymsg.
+</I>&gt;&gt;<i> 
+</I>&gt;&gt;<i> Currently if I set the entry message to &quot;Welcome&quot; then when I join I will 
+</I>&gt;&gt;<i> get a notice:
+</I>&gt;&gt;<i> 
+</I>&gt;&gt;<i> -Chanserv- Welcome
+</I>&gt;&gt;<i> 
+</I>&gt;&gt;<i> Could this be modified to include the channel name? For example:
+</I>&gt;&gt;<i> 
+</I>&gt;&gt;<i> -Chanserv- [#MyChannel] Welcome
+</I>&gt;&gt;<i> 
+</I>&gt;&gt;<i> This appears to be 1 line to change in the main.c of chanserv module, maybe
+</I>&gt;&gt;<i> like the following from:
+</I>&gt;&gt;<i> notice(s_ChanServ, user-&gt;nick, &quot;s&quot;, ci-&gt;entry_message);
+</I>&gt;&gt;<i> to
+</I>&gt;&gt;<i> notice(s_ChanServ, user-&gt;nick, &quot;[s] s&quot;, ci-&gt;name, ci-&gt;entry_message);
+</I>&gt;&gt;<i> 
+</I>&gt;&gt;<i> If there is a better way, please let me know.
+</I>&gt;&gt;<i> 
+</I>&gt;&gt;<i> Thanks
+</I>&gt;&gt;<i> 
+</I>&gt;&gt;<i> Brent
+</I>&gt;<i>------------------------------------------------------------------
+</I>&gt;<i>To unsubscribe or change your subscription options, visit:
+</I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
+</I>&gt;<i>.
+</I>
+/******* - End Original Message - *******/
+
+
+
+
+</PRE>
+
+<!--endarticle-->
+    <HR>
+    <P><UL>
+        <!--threads-->
+       <LI>Previous message: <A HREF="002851.html">[IRCServices Coding] Feature Request: EASY
+</A></li>
+       <LI>Next message: <A HREF="002855.html">[IRCServices Coding] Re: [IRCServices] nickserv/sendpass problem
+</A></li>
+         <LI> <B>Messages sorted by:</B> 
+              <a href="date.html#2852">[ date ]</a>
+              <a href="thread.html#2852">[ thread ]</a>
+              <a href="subject.html#2852">[ subject ]</a>
+              <a href="author.html#2852">[ author ]</a>
+         </LI>
+       </UL>
+
+</body></html>