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

	<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>2004-12-13T18:39:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[dotslasher]]></name></author>
		<updated>2004-12-13T18:39:48-04:00</updated>

		<published>2004-12-13T18:39:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43966#p43966</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43966#p43966"/>
		<title type="html"><![CDATA[reply script with setable replies per channel. (help needed)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43966#p43966"><![CDATA[
tnx demond  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3637">dotslasher</a> — Mon Dec 13, 2004 6:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-12T17:56:07-04:00</updated>

		<published>2004-12-12T17:56:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43912#p43912</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43912#p43912"/>
		<title type="html"><![CDATA[reply script with setable replies per channel. (help needed)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43912#p43912"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set reply(#foo) "got this on channel #foo"set reply(#bar) "that was said on #bar"bind pub m !one smart:replybind pub m !two smart:replyproc smart:reply {n u h c t} {  foreach {chan reply} [array get ::reply] {    if [string equal -nocase $chan $c] {      puthelp "privmsg $c :$reply"; return    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 12, 2004 5:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dotslasher]]></name></author>
		<updated>2004-12-12T15:41:39-04:00</updated>

		<published>2004-12-12T15:41:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43908#p43908</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43908#p43908"/>
		<title type="html"><![CDATA[reply script with setable replies per channel. (help needed)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43908#p43908"><![CDATA[
well i wouldnt be asking for help if i knew how to do that :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3637">dotslasher</a> — Sun Dec 12, 2004 3:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-12T11:31:18-04:00</updated>

		<published>2004-12-12T11:31:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43904#p43904</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43904#p43904"/>
		<title type="html"><![CDATA[reply script with setable replies per channel. (help needed)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43904#p43904"><![CDATA[
by specifying different replies for different channels (possibly in array or list) and showing the appropriate reply depending on 'channel' parameter of proc crappy:reply<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 12, 2004 11:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dotslasher]]></name></author>
		<updated>2004-12-11T20:21:59-04:00</updated>

		<published>2004-12-11T20:21:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43888#p43888</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43888#p43888"/>
		<title type="html"><![CDATA[reply script with setable replies per channel. (help needed)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43888#p43888"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set replychan "#UT"set yourmsg "I collect stats for this channel and they can be viewed here: http://www.staticbox.com/ut/"bind pub m "!stats" crappy:replybind pub m "!poop" crappy:replyproc crappy:reply { nickname hostname handle channel arguments } {global replychanglobal yourmsgputhelp "PRIVMSG $replychan :$yourmsg"}</code></pre></div>how could i make it have a different reply on different channels?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3637">dotslasher</a> — Sat Dec 11, 2004 8:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
