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

	<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>2008-08-19T06:24:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-08-19T06:24:06-04:00</updated>

		<published>2008-08-19T06:24:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84682#p84682</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84682#p84682"/>
		<title type="html"><![CDATA[bind &quot;-$comm&quot; for command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84682#p84682"><![CDATA[
Why not <div class="codebox"><p>Code: </p><pre><code>bind pubm - "% -*" whateverproc whatever {n u h c text} {set text [string range $text 1 end]# ...}</code></pre></div>?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Aug 19, 2008 6:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2008-08-18T19:49:20-04:00</updated>

		<published>2008-08-18T19:49:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84678#p84678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84678#p84678"/>
		<title type="html"><![CDATA[bind &quot;-$comm&quot; for command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84678#p84678"><![CDATA[
Quick, basic example:<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - {*} myprocproc myproc {nick host hand chan text} {    if {[string index [lindex [split $text] 0] 0] != "-"} { return }    set text [join [string trimleft $text -]]    # do stuff here...}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Mon Aug 18, 2008 7:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FallFromGrace]]></name></author>
		<updated>2008-08-18T07:42:06-04:00</updated>

		<published>2008-08-18T07:42:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84655#p84655</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84655#p84655"/>
		<title type="html"><![CDATA[bind &quot;-$comm&quot; for command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84655#p84655"><![CDATA[
I want to bind "-" symbol, to use it like:<br><br>-123<br>-test<br><br>where "-" is a command, and 123/test is $text<br><br>I have already did "+" with: <strong class="text-strong">bind pubm - "*+*" command</strong> (but "+*" doesnt works =\)<br><br>how can i bind "-" symbol? <strong class="text-strong">bind pubm - "*-*" command</strong> or b]bind pubm - "*\-*" command[/b] doest works properly, it just binds ALL actions in chat to command..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10083">FallFromGrace</a> — Mon Aug 18, 2008 7:42 am</p><hr />
]]></content>
	</entry>
	</feed>
