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

	<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-11-28T15:51:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2003-11-28T15:51:38-04:00</updated>

		<published>2003-11-28T15:51:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30828#p30828</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30828#p30828"/>
		<title type="html"><![CDATA[Big Problem with bind mode -o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30828#p30828"><![CDATA[
LuMpI wrote:<br><blockquote class="uncited"><div>Here my Testing try: <br>Code: <br><br>bind mode - "#mylumpi -o" bash <br>proc bash {NICK HOST HAND CHAN MODECHANGE VICTIM} { putserv "PRIVMSG #mylumpi :meep" } </div></blockquote> <br><br>Try this instead<br><div class="codebox"><p>Code: </p><pre><code>bind mode - * proc:bashproc proc:bash {nick uhost hand chan mode victim} {  if {"$mode" == "-o"} {    putserv "PRIVMSG #mylumpi :meep"  }}</code></pre></div>unless you're referring to the entire script. Then I might have mis-understood your point.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Fri Nov 28, 2003 3:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-26T21:46:49-04:00</updated>

		<published>2003-11-26T21:46:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30750#p30750</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30750#p30750"/>
		<title type="html"><![CDATA[Big Problem with bind mode -o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30750#p30750"><![CDATA[
I have tryed some bind mode -o codes asked on many channels but my eggdrop doesnt did anything. I hope someone can help me. Sry 4 bad eng. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Here my Testing try:<div class="codebox"><p>Code: </p><pre><code>bind mode - "#mylumpi -o" bashproc bash {NICK HOST HAND CHAN MODECHANGE VICTIM} { putserv "PRIVMSG #mylumpi :meep" }</code></pre></div>Here is the script from mirc scripting what i want in my eggdrop:<div class="codebox"><p>Code: </p><pre><code>on *:DEOP:#woosai: {   if (($opnick == $me) &amp;&amp; ($nick != $me)) {     if (q ison $chan) { msg q op $chan }     elseif (L ison $chan) { msg l op $chan }     .timer 1 1 kicknban $chan $nick | /msg )wooSai +bitch #woosai  } } on *:MODE:#:{ if (i isincs $chan($chan).mode) {  .timer 1 1 kicknban $chan $nick | mode $chan -i } }alias kicknban { if ($me isop $1) mode $1 -o $2 | mode $1 +b $address($2,3) | kick $1 $2 4,1Zack und weg! }</code></pre></div>I hope someone can help me.<p>Statistics: Posted by Guest — Wed Nov 26, 2003 9:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
