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

	<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>2010-06-10T16:51:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Huko]]></name></author>
		<updated>2010-06-10T16:51:44-04:00</updated>

		<published>2010-06-10T16:51:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93298#p93298</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93298#p93298"/>
		<title type="html"><![CDATA[Send message on request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93298#p93298"><![CDATA[
That worked perfectly, thank you!<br><br>I hope you can help me with my other request too <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=11240">Huko</a> — Thu Jun 10, 2010 4:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[doggo]]></name></author>
		<updated>2010-06-09T21:02:14-04:00</updated>

		<published>2010-06-09T21:02:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93296#p93296</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93296#p93296"/>
		<title type="html"><![CDATA[Send message on request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93296#p93296"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Rls: english_only.v1.0# Date: 10/06/10# Coded by: doggo# Contact: a.b.inner.sanctum@gmail.com# Channels: #alt.binaries.inner-sanctum#################################################settingsset the_chan "#bot-central"set reply "PRIVMSG"  set message "Please talk English on $::the_chan thanks."  set ENtrig "!english"     #end of settings################################################bind pub - $::ENtrig lingoproc lingo {nick uhost hand chan text} {if { $text == "" } { putquick "PRIVMSG $::the_chan :$::message"  return 1  }     set users [split $text]      set ppl "$users"      foreach name $ppl {      putquick "$::reply $name :$::message"       }}putlog "english_only.v1.0 by doggo"</code></pre></div><br>tested and all seemed ok for me have fun....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11046">doggo</a> — Wed Jun 09, 2010 9:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Huko]]></name></author>
		<updated>2010-06-08T04:25:00-04:00</updated>

		<published>2010-06-08T04:25:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93274#p93274</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93274#p93274"/>
		<title type="html"><![CDATA[Send message on request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93274#p93274"><![CDATA[
hi I need a script that when I type !english it will write in the room "Please talk English" but when I typoe !english nick1, nick2, nick3 <br>It will message 1 or more nicks and output "Please talk in English on #channel-here"<br><br>*Optional to make it a private message or a notice<br><br>Thank you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11240">Huko</a> — Tue Jun 08, 2010 4:25 am</p><hr />
]]></content>
	</entry>
	</feed>
