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

	<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-02-01T23:53:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-02-01T23:53:07-04:00</updated>

		<published>2005-02-01T23:53:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46103#p46103</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46103#p46103"/>
		<title type="html"><![CDATA[abusing desync]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46103#p46103"><![CDATA[
I'd say enabling +nodesynch would be the best, heh.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_eek.gif" width="15" height="15" alt=":shock:" title="Shocked"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Feb 01, 2005 11:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2005-02-01T12:06:28-04:00</updated>

		<published>2005-02-01T12:06:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46082#p46082</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46082#p46082"/>
		<title type="html"><![CDATA[abusing desync]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46082#p46082"><![CDATA[
Or use something like this:<div class="codebox"><p>Code: </p><pre><code>bind pub n !chanset my:pub:chansetproc my:pub:chanset {n uh h c t} {  set f [lindex [split $t] 0] ; set m [lindex [split $f ""] 0]  if {$t != "" &amp;&amp; $m == "+" || $m == "-"} {    catch {channel get $c [set f [lindex [split $f $m] 1]]} err    switch -- $err {      "0" {        if {$m == "-"} {          putserv "NOTICE $n :$f flag is allready disabled for $c channel."        }        if {$m == "+"} {          putserv "NOTICE $n :$f flag will now be enabled for $c channel."          channel set $c +$f        }      }      "1" {        if {$m == "+"} {          putserv "NOTICE $n :$f flag is allready enabled for $c channel."        }        if {$m == "-"} {          putserv "NOTICE $n :$f flag will now be disabled for $c channel."          channel set $c -$f        }      }      default {        putserv "NOTICE $n :Error, $f flag is a [string tolower $err]"      }    }    } else {    putserv "NOTICE $n :Usage: !chanset +/-flag"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Feb 01, 2005 12:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-01T11:34:35-04:00</updated>

		<published>2005-02-01T11:34:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46075#p46075</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46075#p46075"/>
		<title type="html"><![CDATA[abusing desync]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46075#p46075"><![CDATA[
you need to kill your bot and edit the .chan file manuelly<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Feb 01, 2005 11:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-02-01T11:33:10-04:00</updated>

		<published>2005-02-01T11:33:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46073#p46073</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46073#p46073"/>
		<title type="html"><![CDATA[abusing desync]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46073#p46073"><![CDATA[
<blockquote class="uncited"><div>set global-chanset { <br>-autoop -autovoice <br>-bitch +cycle <br>+dontkickops +dynamicbans <br>+dynamicexempts +dynamicinvites <br>-enforcebans +greet <br>-inactive <strong class="text-strong">-nodesynch</strong> <br>-protectfriends -protectops <br>-revenge -revengebot <br>-secret -seen <br>+shared +statuslog <br>+userbans +userexempts <br>+userinvites -protecthalfops <br>-autohalfop -nodesynch <br>}</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Feb 01, 2005 11:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GouroB]]></name></author>
		<updated>2005-02-01T11:23:20-04:00</updated>

		<published>2005-02-01T11:23:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46070#p46070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46070#p46070"/>
		<title type="html"><![CDATA[abusing desync]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46070#p46070"><![CDATA[
<blockquote class="uncited"><div>.chanset #channel +nodesynch should do the trick... Btw watch about topic title...</div></blockquote>umm as i am newb ... ma dcc chat &amp; telnet aint working yet .. i will work one them later ... but for now isnt there any way i could do this in config file ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5899">GouroB</a> — Tue Feb 01, 2005 11:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2005-02-01T10:38:27-04:00</updated>

		<published>2005-02-01T10:38:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46065#p46065</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46065#p46065"/>
		<title type="html"><![CDATA[abusing desync]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46065#p46065"><![CDATA[
<strong class="text-strong">.chanset #channel +nodesynch</strong> should do the trick... Btw watch about topic title...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Tue Feb 01, 2005 10:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GouroB]]></name></author>
		<updated>2005-02-01T10:13:41-04:00</updated>

		<published>2005-02-01T10:13:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46064#p46064</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46064#p46064"/>
		<title type="html"><![CDATA[abusing desync]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46064#p46064"><![CDATA[
The problem is my eggdrop deop's and kicks ppls who sets op himself . as admin's/ircop's can them self @ ( op ) without having @ ( Op ) . in #channel ... so when ever some one do this the eggdrop deop's &amp; kicks him . lemme paste the kick msg ..<blockquote class="uncited"><div>* You were kicked from #channel by Eggdrop (Abusing desync)</div></blockquote>i tryied many things in conf file but still this mode is not being disable ... can any one help ? to make it more clear i am pasting the channel set part of my eggdrop's configuration file . <blockquote class="uncited"><div>set global-chanset {<br>        -autoop         -autovoice<br>        -bitch          +cycle<br>        +dontkickops    +dynamicbans<br>        +dynamicexempts +dynamicinvites<br>        -enforcebans    +greet<br>        -inactive       -nodesynch<br>        -protectfriends -protectops<br>        -revenge        -revengebot<br>        -secret         -seen<br>        +shared         +statuslog<br>        +userbans       +userexempts<br>        +userinvites    -protecthalfops<br>        -autohalfop     -nodesynch<br>}<br>channel add #channel { <br>  chanmode "" <br>  idle-kick 0 <br>  stopnethack-mode 0 <br>  revenge-mode 0<br>  ban-time 120<br>  flood-chan 0:0<br>  flood-deop 3:10<br>  flood-kick 0:0<br>  flood-join 4:30<br>  flood-ctcp 3:60<br>  flood-nick 5:60<br>} <br>channel set #channel -enforcebans -dynamicbans +userbans -dynamicexempts<br>channel set #channel -userexempts -dynamicinvites +userinvites -protectops<br>channel set #channel +protectfriends +statuslog -revenge -protecthalfops<br>channel set #channel -revengebot +dontkickops +autovoice -autoop -autohalfop<br>channel set #channel -bitch -secret -shared +greet +cycle -nodesynch</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5899">GouroB</a> — Tue Feb 01, 2005 10:13 am</p><hr />
]]></content>
	</entry>
	</feed>
