<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/2742" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-10-06T18:01:18-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/2742</id>

		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-10-06T18:01:18-04:00</updated>

		<published>2002-10-06T18:01:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11761#p11761</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11761#p11761"/>
		<title type="html"><![CDATA[Bot is op'ed, doesn't think it is?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11761#p11761"><![CDATA[
This should help, when you type .v nick #channel bot should voice a user even if it's only halfopp'ed <br>2nd proc will auto voice people who have +g (auto-voice flag) if bot is halfopped<br><br># script<br>bind dcc h v dcc:voice<br>proc dcc:voice {hand idx arg} {<br>set nick [lindex [split $arg] 0]<br>set chan [lindex [split $arg] 1]<br>putcmdlog "#$hand# voice $arg"<br>if {($nick == "") || ($chan == "")} {<br>putidx $idx "Usage: .v nick #channel"<br>} else {<br>putidx $idx "voicing $nick on $chan"<br>putserv "MODE $chan +v $nick"<br>}<br>}<br> <br>#this will autovoice user who has +g flag if bot is halfopped.<br><br>bind join g|g * voicecheck<br><br>proc voicecheck {nick uhost hand chan} { <br>if {![botishalfop $chan]} {return 0}<br>putserv "MODE $chan +v $nick"<br>}<br>putlog "halfop-voice fix by Nexus6 loaded"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Sun Oct 06, 2002 6:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-06T08:49:07-04:00</updated>

		<published>2002-10-06T08:49:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11746#p11746</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11746#p11746"/>
		<title type="html"><![CDATA[Bot is op'ed, doesn't think it is?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11746#p11746"><![CDATA[
That works, but .voice or +g doesn't. :-/<p>Statistics: Posted by Guest — Sun Oct 06, 2002 8:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-10-06T08:11:50-04:00</updated>

		<published>2002-10-06T08:11:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11745#p11745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11745#p11745"/>
		<title type="html"><![CDATA[Bot is op'ed, doesn't think it is?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11745#p11745"><![CDATA[
try .dump mode #channel +v nick<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Sun Oct 06, 2002 8:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-06T07:43:51-04:00</updated>

		<published>2002-10-06T07:43:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11744#p11744</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11744#p11744"/>
		<title type="html"><![CDATA[Bot is op'ed, doesn't think it is?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11744#p11744"><![CDATA[
Semi-related problem.  The bot is half-opped now, but it won't voice anyone.  It can still do things like kick, but not voice.  If i set it +o, voicing works, and other people who are +h can voice others.  Any ideas? TIA <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Btw, when I mean it won't voice anyone, the following happens:<br><br>[07:48] &lt;JaySilv&gt; .voice JaySilv <br>[07:48] &lt;Jay-Bot&gt; [07:52] #JaySilv# (#yabb) voice JaySilv  <br>[07:48] &lt;Jay-Bot&gt; Gave voice to JaySilv on #yabb <br><br>but the voice doesn't actually happen.<p>Statistics: Posted by Guest — Sun Oct 06, 2002 7:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-06T00:43:51-04:00</updated>

		<published>2002-10-06T00:43:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11741#p11741</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11741#p11741"/>
		<title type="html"><![CDATA[Bot is op'ed, doesn't think it is?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11741#p11741"><![CDATA[
Gotcha, thanks.<p>Statistics: Posted by Guest — Sun Oct 06, 2002 12:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-10-05T21:37:24-04:00</updated>

		<published>2002-10-05T21:37:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11739#p11739</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11739#p11739"/>
		<title type="html"><![CDATA[Bot is op'ed, doesn't think it is?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11739#p11739"><![CDATA[
"You are not a channel op or halfop on #channel."<br>it doesn't mean itself, check your flags, you removed *.chan files and your local flags of these chans got dropped and I assume that's the cause.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Sat Oct 05, 2002 9:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-05T19:18:01-04:00</updated>

		<published>2002-10-05T19:18:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11738#p11738</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11738#p11738"/>
		<title type="html"><![CDATA[Bot is op'ed, doesn't think it is?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11738#p11738"><![CDATA[
I don't understand what's happening. :-/<br><br>A little while ago, I was using the simple.conf and my bot was working fine, I could .voice to voice people and all.<br><br>I decided to un-comment-out the default #channel set commands in simple.conf, so I did that, deleted mybot.chan file, and started the bot.  But now whenever I tried to do a .voice, it says "You are not a channel op or halfop on #channel."     I commented out the lines, deleted mybot.chan again, and started the bot..but same deal. :-/<br><br>It's definitely op'ed (i've tried half op and just a regular op) but same result for both.  Any ideas?   TIA <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Sat Oct 05, 2002 7:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
