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

	<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>2016-01-22T13:05:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2016-01-22T13:05:35-04:00</updated>

		<published>2016-01-22T13:05:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104646#p104646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104646#p104646"/>
		<title type="html"><![CDATA[multi pref want]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104646#p104646"><![CDATA[
You can try using this code and then create<br><div class="codebox"><p>Code: </p><pre><code>bind PUBM - * shortcutproc shortcut {nick uhost hand chan arg} {if {[string index $arg 0] in {! . `}} {set cmd [string range $arg 1 end]set cmd [lindex [split $cmd] 0]set arg [join [lrange [split $arg] 1 end]]} elseif {[isbotnick [lindex [split $arg] 0]]} {set cmd [lindex [split $arg] 1]set force [lindex [split $arg] 3]set arg [join [lrange [split $arg] 2 end]]} else { return }if {[info commands command:$cmd] ne ""} { command:$cmd $nick $uhost $nick $chan $arg }}</code></pre></div>and then create<br><div class="codebox"><p>Code: </p><pre><code>proc command:test {nick uhost hand chan arg} {</code></pre></div>And it will work with !test `test or even BOTNICK test<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Fri Jan 22, 2016 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[apnihost]]></name></author>
		<updated>2016-01-20T15:06:09-04:00</updated>

		<published>2016-01-20T15:06:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104645#p104645</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104645#p104645"/>
		<title type="html"><![CDATA[multi pref want]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104645#p104645"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>pref {! @}bind pub - ($pref)test testproc test {nick uhost hand chan text} {}</code></pre></div>i make this but its not working<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12250">apnihost</a> — Wed Jan 20, 2016 3:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
