]> jfr.im git - irc.git/blame - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2005/003127.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2005 / 003127.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] module programming questions
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20module%20programming%20questions&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="003126.html">
11 <LINK REL="Next" HREF="003128.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] module programming questions</H1>
15 <B>Toxyc</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20module%20programming%20questions&In-Reply-To="
17 TITLE="[IRCServices Coding] module programming questions">toxyc at ircpage.com
18 </A><BR>
19 <I>Sun Jul 3 07:47:10 PDT 2005</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003126.html">[IRCServices Coding] a little feature suggestion
22</A></li>
23 <LI>Next message: <A HREF="003128.html">[IRCServices Coding] module programming questions
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3127">[ date ]</a>
27 <a href="thread.html#3127">[ thread ]</a>
28 <a href="subject.html#3127">[ subject ]</a>
29 <a href="author.html#3127">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE>hi all
35
36I have started module programming for about a week ago, although i have
37been using ircservices for years. I have already read the manual, but i
38can't find some answers in it.
39My questions are:
40
411. I saw in the memoserv module an array (static Command cmds[]), which
42(i think) used to declare the commands, which users can use on irc. I
43searched for the definition of Command structure, and found it in
44commands.h but can't understand what the variables does. Can anybody
45explain me what (*has_priv)(User *u), helpmsg_all, etc does to the
46module? Or can i write a fully functional modul without using functions
47and structures in command.c or .h?
48
492. When I compile a module, which provides a new pseudoclient, will it
50be available after rehashing, or i need to restart services?
51
523. Is there any list with some description about available functions
53like get_user, is_oper, send_cmd, etc etc... I know the definitions are
54in extern.h and i can find the functions in the .c files, but there
55aren't and description what the functions actually does. If there aren't
56any documentation i will try to find it out from the source, i know,
57it's an alternative, but it would be better to have docs :)
58
59thanks in advance
60Toxyc
61
62</PRE>
63
64
65<!--endarticle-->
66 <HR>
67 <P><UL>
68 <!--threads-->
69 <LI>Previous message: <A HREF="003126.html">[IRCServices Coding] a little feature suggestion
70</A></li>
71 <LI>Next message: <A HREF="003128.html">[IRCServices Coding] module programming questions
72</A></li>
73 <LI> <B>Messages sorted by:</B>
74 <a href="date.html#3127">[ date ]</a>
75 <a href="thread.html#3127">[ thread ]</a>
76 <a href="subject.html#3127">[ subject ]</a>
77 <a href="author.html#3127">[ author ]</a>
78 </LI>
79 </UL>
80
81</body></html>