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

	<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-05-18T08:45:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-18T08:45:00-04:00</updated>

		<published>2002-05-18T08:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7027#p7027</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7027#p7027"/>
		<title type="html"><![CDATA[how does "bind need" works ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7027#p7027"><![CDATA[
Thank you!<p>Statistics: Posted by Guest — Sat May 18, 2002 8:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-12T16:17:00-04:00</updated>

		<published>2002-05-12T16:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6872#p6872</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6872#p6872"/>
		<title type="html"><![CDATA[how does "bind need" works ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6872#p6872"><![CDATA[
chanset $chan need-op {commands}<br><br>(which someone apparently broke in 1.6.9)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sun May 12, 2002 4:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-12T13:18:00-04:00</updated>

		<published>2002-05-12T13:18:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6866#p6866</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6866#p6866"/>
		<title type="html"><![CDATA[how does "bind need" works ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6866#p6866"><![CDATA[
I've got a problem: the "need" bind is only available in version 1.6.x... now how can I "emulate" it ? Is there something better than a periodic timer ?<p>Statistics: Posted by Guest — Sun May 12, 2002 1:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2001-11-17T00:59:00-04:00</updated>

		<published>2001-11-17T00:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1718#p1718</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1718#p1718"/>
		<title type="html"><![CDATA[how does "bind need" works ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1718#p1718"><![CDATA[
its guppy first of all -- I'm case sensitive and its because there is a channel name that can be matched against.<br><br>bind need - "% op" someproc<br>- works for any channel<br><br>bind need - "#eggdrop op" someproc<br>- works only for #eggdrop<br> <p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Sat Nov 17, 2001 12:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-17T00:18:00-04:00</updated>

		<published>2001-11-17T00:18:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1715#p1715</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1715#p1715"/>
		<title type="html"><![CDATA[how does "bind need" works ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1715#p1715"><![CDATA[
read tcl-command.doc<br><br>The example gives "% op" no just plain op.<br><br>Guppy, may I ask why it is like this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Nov 17, 2001 12:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-16T22:20:00-04:00</updated>

		<published>2001-11-16T22:20:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1712#p1712</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1712#p1712"/>
		<title type="html"><![CDATA[how does "bind need" works ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1712#p1712"><![CDATA[
can someone give me a example of a bind need section ?<br>I tried :<br>-------------------------------------------<br>bind need - op NeO_need_op<br>proc NeO_need_op {channel type} {<br>   putserv "PRIVMSG $channel :I need op !!"<br>}<br>-------------------------------------------<br>and it doesn't work...<br>Can you tell me why and what to do to make it works ?<br>thanks<br><p>Statistics: Posted by Guest — Fri Nov 16, 2001 10:20 pm</p><hr />
]]></content>
	</entry>
	</feed>
