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

	<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-04-01T03:48:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2003-04-01T03:48:50-04:00</updated>

		<published>2003-04-01T03:48:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18422#p18422</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18422#p18422"/>
		<title type="html"><![CDATA[Re: Why is this not a public command???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18422#p18422"><![CDATA[
<blockquote class="uncited"><div>bind pub !games pub:d</div></blockquote>the correct syntax would be:<div class="codebox"><p>Code: </p><pre><code>bind pub - !games pub:d</code></pre></div>where "-" is the user-flag that is needed for people to call your function.<br>"-" would be "all users"<br>"o|o" ops on the bot (e.g. "bind pub o|o !games pub:d")<br>...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Tue Apr 01, 2003 3:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-04-01T03:13:47-04:00</updated>

		<published>2003-04-01T03:13:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18420#p18420</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18420#p18420"/>
		<title type="html"><![CDATA[Why is this not a public command???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18420#p18420"><![CDATA[
Your bind is missing the flag. Maybe you've got some old left over bind on n|n or something from testing? Check your .binds<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Apr 01, 2003 3:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-01T01:28:13-04:00</updated>

		<published>2003-04-01T01:28:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18419#p18419</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18419#p18419"/>
		<title type="html"><![CDATA[Why is this not a public command???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18419#p18419"><![CDATA[
bind pub !games pub:d<br>proc pub:d {nick uhost hand chan text} {<br>global games<br>set game [lindex [split $text " "] 0]<br>if {$text != "" &amp;&amp; [onchan $game $chan]} {<br>puthelp "NOTICE $game :Game Listing"<br>foreach line $games { puthelp "NOTICE $game :$line" }<br>return 0<br>}<br>foreach line $games {puthelp "PRIVMSG $chan :$line" }<br>}<br><br>Can anyone see why this is not a public command, seems something only happens when I type the trigger, !games, when other people try to type it, it doesnt work, please help, I searched many a script and this basic one meets all my needs if I cant get this figured out.<p>Statistics: Posted by Guest — Tue Apr 01, 2003 1:28 am</p><hr />
]]></content>
	</entry>
	</feed>
