]> jfr.im git - irc.git/blame - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2003/001868.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2003 / 001868.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Module Help on NullServ...
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Module%20Help%20on%20NullServ...&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="001867.html">
11 <LINK REL="Next" HREF="001869.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Module Help on NullServ...</H1>
15 <B>Ph33rTheCuteOnes(...)</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Module%20Help%20on%20NullServ...&In-Reply-To="
17 TITLE="[IRCServices Coding] Module Help on NullServ...">ellaaa-adv at mailbox.gr
18 </A><BR>
19 <I>Wed Jan 15 12:34:11 PST 2003</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001867.html">[IRCServices Coding] Snoop How-To?
22</A></li>
23 <LI>Next message: <A HREF="001869.html">[IRCServices Coding] Module Help on NullServ...
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1868">[ date ]</a>
27 <a href="thread.html#1868">[ thread ]</a>
28 <a href="subject.html#1868">[ subject ]</a>
29 <a href="author.html#1868">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE>I want to alter NullServ do he replies a msg to the user instead of just killing it!
35(To be exact I want to create a psudo-bot :)) by tempering with NullServ! ;P)
36
37so...
38
39/* Handler for PRIVMSGs. */
40
41static int do_privmsg(const char *source, const char *target, char *buf)
42{
43 send_cmd(ServerName, &quot;PRIVMSG %s :Hello World!&quot;, source);
44 return 1;
45}
46
47what's wrong with it? I havn't changed anything else!
48
49
50______________________________________________________________________
51<A HREF="http://www.mailbox.gr">http://www.mailbox.gr</A> &#193;&#240;&#239;&#234;&#244;&#222;&#243;&#244;&#229; &#228;&#249;&#241;&#229;&#220;&#237; &#244;&#239; &#236;&#239;&#237;&#225;&#228;&#233;&#234;&#252; &#243;&#225;&#242; e-mail.
52<A HREF="http://www.thesuperweb.gr">http://www.thesuperweb.gr</A> &#193;&#240;&#239;&#234;&#244;&#222;&#243;&#244;&#229; &#244;&#239; &#228;&#233;&#234;&#252; &#243;&#225;&#242; web site &#236;&#252;&#237;&#239; &#236;&#229; 6 Euro!
53
54</PRE>
55
56<!--endarticle-->
57 <HR>
58 <P><UL>
59 <!--threads-->
60 <LI>Previous message: <A HREF="001867.html">[IRCServices Coding] Snoop How-To?
61</A></li>
62 <LI>Next message: <A HREF="001869.html">[IRCServices Coding] Module Help on NullServ...
63</A></li>
64 <LI> <B>Messages sorted by:</B>
65 <a href="date.html#1868">[ date ]</a>
66 <a href="thread.html#1868">[ thread ]</a>
67 <a href="subject.html#1868">[ subject ]</a>
68 <a href="author.html#1868">[ author ]</a>
69 </LI>
70 </UL>
71
72</body></html>