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

	<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>2003-10-09T13:55:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NoFear]]></name></author>
		<updated>2003-10-09T13:55:33-04:00</updated>

		<published>2003-10-09T13:55:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28213#p28213</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28213#p28213"/>
		<title type="html"><![CDATA[little problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28213#p28213"><![CDATA[
thx for help!!!!!!!!!!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3825">NoFear</a> — Thu Oct 09, 2003 1:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-10-09T13:52:50-04:00</updated>

		<published>2003-10-09T13:52:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28212#p28212</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28212#p28212"/>
		<title type="html"><![CDATA[little problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28212#p28212"><![CDATA[
1) There's a <strong class="text-strong">edit</strong> button that lets you edit your own posts (so you could have removed the code from that other thread)<br>2) There's a own forum for slennox' scripts and I doubt pasting the code would be required to have the problem solved.<br>3) I bet you could figure this out on your own if you'd read the docs (seems like there's a setting to allow oping of anyone by users with a certain flag if you don't want the users added to both bots.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Oct 09, 2003 1:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NoFear]]></name></author>
		<updated>2003-10-09T13:22:04-04:00</updated>

		<published>2003-10-09T13:22:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28208#p28208</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28208#p28208"/>
		<title type="html"><![CDATA[little problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28208#p28208"><![CDATA[
this is slennox superbitch script but i have linked two bots and if one of them ops other user that bot get kicked. Anyone know how to fix this? <br><div class="codebox"><p>Code: </p><pre><code>if {$numversion &lt; 1040200} {  if {[info commands isop] != ""} {    proc wasop {nick chan} {      return [isop $nick $chan]    }  }}proc sb_bitch {nick uhost hand chan mode opped} {  global botnick sb_chans sb_canop sb_canopany sb_canopflags sb_checkop sb_note sb_remove  if {$mode == "+o"} {    if {$nick != $botnick} {      if {((($opped != $botnick) &amp;&amp; ($nick != $opped) &amp;&amp; ([onchan $nick $chan]) &amp;&amp; (![wasop $opped $chan])) &amp;&amp; (($sb_chans == "") || ([lsearch -exact $sb_chans [string tolower $chan]] != -1)))} {        if {![matchattr [nick2hand $opped $chan] $sb_canopflags $chan]} {          if {(($sb_canopany == "") || (![matchattr $hand $sb_canopany $chan]))} {             putquick "KICK $chan $opped :Permission Denied"              putquick "KICK $chan $nick :Permission Denied"            if {(($sb_remove) &amp;&amp; ([validuser $hand]) &amp;&amp; ([matchattr $hand o|o $chan]))} {              chattr $hand -o+d|-o+d $chan              if {[info commands sendnote] != ""} {                foreach recipient $sb_note {                  if {[validuser $recipient]} {                    sendnote SUPERBITCH $recipient "Permission Denied"                  }                }              }            }          }        } else {          if {((($sb_canopany == "") || (![matchattr $hand $sb_canopany $chan])) &amp;&amp; (($sb_canop == "") || (![matchattr $hand $sb_canop $chan])))} {             putquick "KICK $chan $opped :Permission Denied"              putquick "KICK $chan $nick :Permission Denied"            if {(($sb_remove) &amp;&amp; ([validuser $hand]) &amp;&amp; ([matchattr $hand o|o $chan]))} {              chattr $hand -o+d|-o+d $chan              if {[info commands sendnote] != ""} {                foreach recipient $sb_note {                  if {[validuser $recipient]} {                    sendnote SUPERBITCH $recipient "Permission Denied"                  }                }              }            }          }        }      }    } else {      if {(($sb_checkop) &amp;&amp; (![matchattr [nick2hand $opped $chan] o|o $chan]))} {        putquick "KICK $chan $opped :Permission Denied"        putlog "Permission Denied"      }    }  }  return 0}set sb_chans [split [string tolower $sb_chans]] ; set sb_note [split $sb_note]bind mode - * sb_bitch</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3825">NoFear</a> — Thu Oct 09, 2003 1:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
