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

	<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>2009-04-18T13:43:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[cleaner]]></name></author>
		<updated>2009-04-18T13:40:43-04:00</updated>

		<published>2009-04-18T13:40:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88493#p88493</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88493#p88493"/>
		<title type="html"><![CDATA[[SOLVED] Problem with bind pub + botnick format]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88493#p88493"><![CDATA[
<strong class="text-strong">arfer</strong>,<br><br>Thanks, you halped me! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">.<br><br>Before this I was trying something like: <br><div class="codebox"><p>Code: </p><pre><code>#bind pubm -|- "% $botnick*\!cmd" pub_do_cmd</code></pre></div>But your sollution is understanding for me and is working! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Thanks man!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10597">cleaner</a> — Sat Apr 18, 2009 1:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-04-17T19:16:35-04:00</updated>

		<published>2009-04-17T19:16:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88489#p88489</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88489#p88489"/>
		<title type="html"><![CDATA[[SOLVED] Problem with bind pub + botnick format]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88489#p88489"><![CDATA[
Perhaps the reason for limited response here is that we can't really believe that you would want to change the simplicity of a !help trigger to one rather longer and more awkward.<br><br>By bot_nick: !help I assume you mean $botnick: !help rather than the literal meaning. You will need to employ a PUBM bind something like the following :-<br><div class="codebox"><p>Code: </p><pre><code>bind PUBM - * pub_do_shelpproc pub_do_shelp {nick uhost hand channel txt} {  global botnick  if {[string match "$botnick\: !help" [string trim $txt]]} {      putserv "NOTICE $nick :Public commands\: !..."  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Fri Apr 17, 2009 7:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cleaner]]></name></author>
		<updated>2009-04-18T13:43:12-04:00</updated>

		<published>2009-04-16T17:19:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88470#p88470</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88470#p88470"/>
		<title type="html"><![CDATA[[SOLVED] Problem with bind pub + botnick format]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88470#p88470"><![CDATA[
Hello!<br><br>Please tell me how to change this script to use this like:<br><div class="codebox"><p>Code: </p><pre><code>bot_nick: !help</code></pre></div>at this time it is:<br><div class="codebox"><p>Code: </p><pre><code>!help</code></pre></div><div class="codebox"><p>Code: </p><pre><code>bind pub -|- !help pub_do_shelpproc pub_do_shelp {nick host handle channel text} {putserv "NOTICE $nick :Public commands: !..."}</code></pre></div>Please answer me!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10597">cleaner</a> — Thu Apr 16, 2009 5:19 pm</p><hr />
]]></content>
	</entry>
	</feed>
