<?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/9865" />

	<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>2005-06-21T21:35:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Kraka]]></name></author>
		<updated>2005-06-21T21:35:02-04:00</updated>

		<published>2005-06-21T21:35:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51218#p51218</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51218#p51218"/>
		<title type="html"><![CDATA[Channel Admin Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51218#p51218"><![CDATA[
thanks for the help, worked perfect.  And i will remeber to use the code tags next time.  thanks for the help again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6124">Kraka</a> — Tue Jun 21, 2005 9:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-21T20:58:35-04:00</updated>

		<published>2005-06-21T20:58:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51216#p51216</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51216#p51216"/>
		<title type="html"><![CDATA[Channel Admin Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51216#p51216"><![CDATA[
use:<br><div class="codebox"><p>Code: </p><pre><code>chattr $knick |+vf $chan</code></pre></div>(you can't set +b channel flag; why it's being set in the first place is beyond me, that's nonsense)<br><br>and next time use <div class="codebox"><p>Code: </p><pre><code> tags when posting code</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Jun 21, 2005 8:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kraka]]></name></author>
		<updated>2005-06-21T19:05:31-04:00</updated>

		<published>2005-06-21T19:05:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51214#p51214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51214#p51214"/>
		<title type="html"><![CDATA[Channel Admin Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51214#p51214"><![CDATA[
I am trying to make the Complete Channel Administration Script work to when the op types !addbot it will make the bot flags only appear as channel flags from where the command was typed instead of the flags being global.  So far it is making the flags global and the channel flags where the command was typed as "-".  I tried finding the author of it but couldn't, If anyone can help that would be great.  This is the part of the script that I am trying to get it to work with:<br><br>#------------------------------------------------------------------------------------------------------------<br># The following processes the !addbot trigger command<br>#------------------------------------------------------------------------------------------------------------<br>proc inchanaddbot {nick uhost hand chan rest} {<br>  global noadvtriggers<br>    set chan [string tolower $chan]<br>      set knick [lindex $rest 0]<br>      if {![onchan $knick $chan]} {<br>        puthelp "NOTICE $nick :I don't see $knick in this channel"<br>        return 0<br>      } else {<br>        if [validuser [nick2hand $knick]] {<br>          puthelp "NOTICE $nick :$knick is already on the bots, adding +vfb"<br>          set mask [getmask $knick $chan]<br>          setuser [nick2hand $knick] HOSTS $mask<br>          chattr [nick2hand $knick] +vfb $chan<br>          setuser [nick2hand $knick] PASS "SDgtgfdfsdde23d34d3"<br>          putlog "\0035 $nick is adding +vfb flags to $knick"<br>          return 0<br>        } else {<br>          set mask [getmask $knick $chan]<br>          adduser $knick $mask<br>          chattr $knick -hopmnx<br>          chattr $knick +vfb $chan<br>          setuser [nick2hand $knick] PASS "SDgtgfdfsdde23d34d3"<br>          puthelp "NOTICE $nick :Adding $knick to the bots with +vfb."<br>          putlog "\0035 $nick is adding $knick with +vfb flags"<br>          return 0<br>        }<br>      }<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6124">Kraka</a> — Tue Jun 21, 2005 7:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
