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

	<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>2006-03-09T19:48:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[quantum0726]]></name></author>
		<updated>2006-03-09T19:39:52-04:00</updated>

		<published>2006-03-09T19:39:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60971#p60971</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60971#p60971"/>
		<title type="html"><![CDATA[binding commands without a ! or @]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60971#p60971"><![CDATA[
In my case I actually wanted to send the info line if $arg == "" since I don't want 'help*' to trigger it.  Using that it works great.<br><br>Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7442">quantum0726</a> — Thu Mar 09, 2006 7:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dusk]]></name></author>
		<updated>2006-03-09T19:48:47-04:00</updated>

		<published>2006-03-09T16:33:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60964#p60964</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60964#p60964"/>
		<title type="html"><![CDATA[binding commands without a ! or @]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60964#p60964"><![CDATA[
Just let the bot give the info line when $arg doesn't exist.<br><br>ex : <div class="codebox"><p>Code: </p><pre><code> if {$arg == ""} {    putserv "NOTICE $nick  : your info line    return 0   }</code></pre></div><br>GRTZ<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6042">dusk</a> — Thu Mar 09, 2006 4:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[quantum0726]]></name></author>
		<updated>2006-03-09T16:04:30-04:00</updated>

		<published>2006-03-09T16:04:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60962#p60962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60962#p60962"/>
		<title type="html"><![CDATA[binding commands without a ! or @]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60962#p60962"><![CDATA[
Hi, I am writing a help script for my eggdrop.  I want a user to be able to ask for help and the eggdrop respond with some information about itself.  I have done this easily using a binding for '!help'.  Now I would like to add a binding for just 'help', without any characters in front of it.  If I just add the lines:<br><br>set help(pub2) "help"<br>bind pub "$help(flag)" "$help(pub2)" help:pub<br><br>to the script, the bot will respond to the user typing 'help', but will also respond to the user typing 'help those who help themselves' or any other sentence starting with 'help' for that matter.  Is there any way to limit the binding to only respond to 'help' and not to 'help*'?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7442">quantum0726</a> — Thu Mar 09, 2006 4:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
