]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2002/003246.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2002 / 003246.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Question about IrcServices 5.01/02 and bahamut 1.4.34
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Question%20about%20IrcServices%205.01/02%20and%20bahamut%091.4.34&In-Reply-To=3dbd0d47.52104%40achurch.org">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="003244.html">
11 <LINK REL="Next" HREF="003247.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Question about IrcServices 5.01/02 and bahamut 1.4.34</H1>
15 <B>Al Mellis</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Question%20about%20IrcServices%205.01/02%20and%20bahamut%091.4.34&In-Reply-To=3dbd0d47.52104%40achurch.org"
17 TITLE="[IRCServices] Question about IrcServices 5.01/02 and bahamut 1.4.34">rtcn at comcast.net
18 </A><BR>
19 <I>Mon Oct 28 13:32:00 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003244.html">[IRCServices] Question about IrcServices 5.01/02 and bahamut 1.4.34
22 </A></li>
23 <LI>Next message: <A HREF="003247.html">[IRCServices] Question about IrcServices 5.01/02 and bahamut
24 1.4.34
25 </A></li>
26 <LI> <B>Messages sorted by:</B>
27 <a href="date.html#3246">[ date ]</a>
28 <a href="thread.html#3246">[ thread ]</a>
29 <a href="subject.html#3246">[ subject ]</a>
30 <a href="author.html#3246">[ author ]</a>
31 </LI>
32 </UL>
33 <HR>
34 <!--beginarticle-->
35 <PRE>a solution I found to the same problem was creating two identities for
36 myself, both with equal privledge and use one of them to create the
37 channel and be founder and the other identity to be level 100. Since I
38 use the 100 level identity as my regular mick it works out nicely
39
40 On Mon, 2002-10-28 at 05:10, Andrew Church wrote:
41 &gt;<i> What version of Bahamut are you using? Try disabling
42 </I>&gt;<i> CSSetChannelTimes in modules.conf and see if that helps.
43 </I>&gt;<i>
44 </I>&gt;<i> --Andrew Church
45 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A>
46 </I>&gt;<i> <A HREF="http://achurch.org/">http://achurch.org/</A>
47 </I>&gt;<i>
48 </I>&gt;<i> &gt;On Sat, 26 Oct 2002, JT wrote:
49 </I>&gt;<i> &gt;&gt; I registered a channel. I want to be autooped when I join the channel.
50 </I>&gt;<i> &gt;&gt; I get a message from the server that services.dragoncat.net (the
51 </I>&gt;<i> &gt;&gt; psuedo-server I use) has removed my oper status. I have (as expected)
52 </I>&gt;<i> &gt;&gt; founder level access to the channel. When I try /msg chanserv op #test
53 </I>&gt;<i> &gt;&gt; JT it tells me that I'm already opped, but I'm not.
54 </I>&gt;<i> &gt;
55 </I>&gt;<i> &gt;Okay, a bit more info.
56 </I>&gt;<i> &gt;
57 </I>&gt;<i> &gt;It only seems to happen to the *first* user to join the channel.
58 </I>&gt;<i> &gt;I added a second user and made them an autoop. Whichever joins the
59 </I>&gt;<i> &gt;channel first gets their operator mode removed by services.dragoncat.net.
60 </I>&gt;<i> &gt;The other one when it joins, gets given chanops by ChanServ. Also,
61 </I>&gt;<i> &gt;killing services and restarting them results in the correct modes being
62 </I>&gt;<i> &gt;given to the user. It's also correctable by issuing a /msg Chanserv deop
63 </I>&gt;<i> &gt;#channel user and then a /msg chanserv op #channel user. Attempting to
64 </I>&gt;<i> &gt;issue the op alone result is a message from chanserv about already being
65 </I>&gt;<i> &gt;opped.
66 </I>&gt;<i> &gt;
67 </I>&gt;<i> &gt;Looking a bit further, I found the 'KnownBugs' list and this seems to be
68 </I>&gt;<i> &gt;related to the bug on 'failure to detect node bouncing' though I'm not
69 </I>&gt;<i> &gt;sure why this might be.
70 </I>&gt;<i> &gt;
71 </I>&gt;<i> &gt;Looking at the code, the problem seems to be in the input to
72 </I>&gt;<i> &gt;check_chan_user_modes.
73 </I>&gt;<i> &gt;
74 </I>&gt;<i> &gt;The difference is that u-&gt;mode seems to be 1 in the case of the first user
75 </I>&gt;<i> &gt;to join the channel even though it is getting unset by the services
76 </I>&gt;<i> &gt;server. It looks as if the service is not noticing that the +o mode for
77 </I>&gt;<i> &gt;first user on the channel was automatically reset (even though I have
78 </I>&gt;<i> &gt;LEAVEOPS set on the channel :() and thus thinks it doesn't need to set the
79 </I>&gt;<i> &gt;op.
80 </I>&gt;<i> &gt;
81 </I>&gt;<i> &gt;I'm more than willing to help debug this further if people can suggest
82 </I>&gt;<i> &gt;where I might want to go looking.
83 </I>&gt;<i> &gt;
84 </I>&gt;<i> &gt;Followups to this should probably move to the code list if they get into
85 </I>&gt;<i> &gt;the nitty-gritty of patches, but I figured initial discussion/report
86 </I>&gt;<i> &gt;should be on the more general list.
87 </I>&gt;<i> &gt;
88 </I>&gt;<i> &gt;--JT
89 </I>&gt;<i> &gt;
90 </I>&gt;<i> &gt;--
91 </I>&gt;<i> &gt;[-------------------------------------------------------------------------]
92 </I>&gt;<i> &gt;[ Practice random kindness and senseless acts of beauty. ]
93 </I>&gt;<i> &gt;[ It's hard to seize the day when you must first grapple with the morning ]
94 </I>&gt;<i> &gt;[-------------------------------------------------------------------------]
95 </I>&gt;<i> &gt;
96 </I>&gt;<i> &gt;------------------------------------------------------------------
97 </I>&gt;<i> &gt;To unsubscribe or change your subscription options, visit:
98 </I>&gt;<i> &gt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
99 </I>&gt;<i> ------------------------------------------------------------------
100 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
101 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
102 </I>
103
104
105 </PRE>
106
107 <!--endarticle-->
108 <HR>
109 <P><UL>
110 <!--threads-->
111 <LI>Previous message: <A HREF="003244.html">[IRCServices] Question about IrcServices 5.01/02 and bahamut 1.4.34
112 </A></li>
113 <LI>Next message: <A HREF="003247.html">[IRCServices] Question about IrcServices 5.01/02 and bahamut
114 1.4.34
115 </A></li>
116 <LI> <B>Messages sorted by:</B>
117 <a href="date.html#3246">[ date ]</a>
118 <a href="thread.html#3246">[ thread ]</a>
119 <a href="subject.html#3246">[ subject ]</a>
120 <a href="author.html#3246">[ author ]</a>
121 </LI>
122 </UL>
123
124 </body></html>