]> jfr.im git - irc.git/blame - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2006/003181.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2006 / 003181.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Sending privmsg/notice
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20Sending%20privmsg/notice&In-Reply-To=153056079.20060116164037%40kr.Ru">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="003180.html">
11 <LINK REL="Next" HREF="003182.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Sending privmsg/notice</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20Sending%20privmsg/notice&In-Reply-To=153056079.20060116164037%40kr.Ru"
17 TITLE="[IRCServices Coding] Sending privmsg/notice">achurch at achurch.org
18 </A><BR>
19 <I>Mon Jan 16 20:15:06 PST 2006</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003180.html">[IRCServices Coding] Sending privmsg/notice
22</A></li>
23 <LI>Next message: <A HREF="003182.html">[IRCServices Coding] xml-import
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3181">[ date ]</a>
27 <a href="thread.html#3181">[ thread ]</a>
28 <a href="subject.html#3181">[ subject ]</a>
29 <a href="author.html#3181">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE>&gt;<i> I want to send privmsg/notice to all online Opers. How I can
35</I>&gt;<i>get list of users who have mode +o enabled? (in separate module I
36</I>&gt;<i>mean)
37</I>
38 Iterate through the user list with first_user() and next_user(), and
39use is_oper() to check whether the user is an oper or not.
40
41 --Andrew Church
42 <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
43 <A HREF="http://achurch.org/">http://achurch.org/</A>
44</PRE>
45
46
47<!--endarticle-->
48 <HR>
49 <P><UL>
50 <!--threads-->
51 <LI>Previous message: <A HREF="003180.html">[IRCServices Coding] Sending privmsg/notice
52</A></li>
53 <LI>Next message: <A HREF="003182.html">[IRCServices Coding] xml-import
54</A></li>
55 <LI> <B>Messages sorted by:</B>
56 <a href="date.html#3181">[ date ]</a>
57 <a href="thread.html#3181">[ thread ]</a>
58 <a href="subject.html#3181">[ subject ]</a>
59 <a href="author.html#3181">[ author ]</a>
60 </LI>
61 </UL>
62
63</body></html>