]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000714.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000714.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] channel ban list
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20channel%20ban%20list&In-Reply-To=Pine.GSO.4.21.0009110229080.14597-100000%40unixc.lancs.ac.uk">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000710.html">
11 <LINK REL="Next" HREF="000719.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] channel ban list</H1>
15 <B>Sotiris Tsimbonis</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20channel%20ban%20list&In-Reply-To=Pine.GSO.4.21.0009110229080.14597-100000%40unixc.lancs.ac.uk"
17 TITLE="[IRCServices] channel ban list">stsimb at irc.gr
18 </A><BR>
19 <I>Mon Sep 11 01:45:18 PDT 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000710.html">[IRCServices] channel ban list
22 </A></li>
23 <LI>Next message: <A HREF="000719.html">[IRCServices] channel ban list
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#714">[ date ]</a>
27 <a href="thread.html#714">[ thread ]</a>
28 <a href="subject.html#714">[ subject ]</a>
29 <a href="author.html#714">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>On Mon, 11 Sep 2000, Jonathan Morton wrote:
35 &gt;<i> &gt; I am wondering if there is a command in services 4.4.7 that lists the
36 </I>&gt;<i> &gt; bans in a channel?. I know there is one to clear them, but how about
37 </I>&gt;<i> &gt; just listing them? I'm sorry if this is a pretty stupid question, but I've
38 </I>&gt;<i> &gt; looked though the readme's and have not found an answer. (On a similar
39 </I>&gt;<i> &gt; note, is there a command to list any modes set in a channel, ie, keys,..?)
40 </I>&gt;<i>
41 </I>&gt;<i> You don't need a Services command - just an IRCD command.
42 </I>&gt;<i>
43 </I>&gt;<i> /mode #channel b &lt;&lt;&lt; lists bans
44 </I>&gt;<i> /mode #channel &lt;&lt;&lt; lists modes
45 </I>&gt;<i> /mode nick &lt;&lt;&lt; ditto
46 </I>
47 Indeed, this is the correct way of doing it, but if you also want to see
48 the actual key of a channel, services can help you snoop it..
49
50 ---- config.h ----
51 /* Define this to enable OperServ's debugging commands (Services root
52 * only). These commands are undocumented; &quot;use the source, Luke!&quot; */
53 /* #define DEBUG_COMMANDS */
54 ------------------
55
56 ---- operserv.c ----
57 #ifdef DEBUG_COMMANDS
58 { &quot;LISTCHANS&quot;, send_channel_list, is_services_root, -1,-1,-1,-1,-1 },
59 --------------------
60
61 /operserv listchan #chan includes the channel key :-)
62
63 _ _ _|_ o._ o _
64 _)(_) |_ || |_&gt;
65
66
67 ---------------------------------------------------------------
68 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
69 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
70
71
72 </PRE>
73
74 <!--endarticle-->
75 <HR>
76 <P><UL>
77 <!--threads-->
78 <LI>Previous message: <A HREF="000710.html">[IRCServices] channel ban list
79 </A></li>
80 <LI>Next message: <A HREF="000719.html">[IRCServices] channel ban list
81 </A></li>
82 <LI> <B>Messages sorted by:</B>
83 <a href="date.html#714">[ date ]</a>
84 <a href="thread.html#714">[ thread ]</a>
85 <a href="subject.html#714">[ subject ]</a>
86 <a href="author.html#714">[ author ]</a>
87 </LI>
88 </UL>
89
90 </body></html>