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

	<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>2002-10-28T06:41:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-28T06:41:24-04:00</updated>

		<published>2002-10-28T06:41:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12508#p12508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12508#p12508"/>
		<title type="html"><![CDATA[multiword public trigger script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12508#p12508"><![CDATA[
For multiword triggers, you need to use the pubm bind, rather than the pib bind.<br><br>If you read tcl-commands.doc, it contain all the information needed, ragarding how this works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Oct 28, 2002 6:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2002-10-27T19:58:51-04:00</updated>

		<published>2002-10-27T19:58:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12492#p12492</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12492#p12492"/>
		<title type="html"><![CDATA[multiword public trigger script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12492#p12492"><![CDATA[
Cant you just add multiple binds for all the triggers you want?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Sun Oct 27, 2002 7:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fluxism]]></name></author>
		<updated>2002-10-27T19:39:25-04:00</updated>

		<published>2002-10-27T19:39:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12491#p12491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12491#p12491"/>
		<title type="html"><![CDATA[multiword public trigger script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12491#p12491"><![CDATA[
Have this simple little script, you can all see what it does. But I'd like to add a multiword trigger, for example "whats the ip" or "server ip?" aswell, would someone tell me the format I need to use please?<div class="codebox"><p>Code: </p><pre><code>set our_chan "#eggy"bind pub - ip iphandlerbind pub - ip? iphandlerproc iphandler {nick uhost hand chan text} {        global our_chan        if {$chan != $our_chan} {                return 0        }        putserv "privmsg $chan :unreal://1.2.3.4:7777"        return 1}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1693">Fluxism</a> — Sun Oct 27, 2002 7:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
