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

	<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>2005-05-14T11:32:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-05-14T11:32:30-04:00</updated>

		<published>2005-05-14T11:32:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49461#p49461</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49461#p49461"/>
		<title type="html"><![CDATA[Need A Auto Greet For MY Friend John...and trivia problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49461#p49461"><![CDATA[
Oh, crap use this:<br><div class="codebox"><p>Code: </p><pre><code>#Set the channel for the script to work onset greet_chan "#channel"#Set the person to greetset greet_person "john"#Set the greet messageset greet_msg "Hey john, you are looking groovy baby!"bind join - "*" greet:personproc greet:person {nick uhost hand chan} { global greet_chan greet_person greet_msg  if {[string equal -nocase $greet_chan $chan] &amp;&amp; [string equal -nocase $greet_person $nick]} {   putserv "PRIVMSG $chan :$greet_msg"   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat May 14, 2005 11:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TakaShi^^]]></name></author>
		<updated>2005-05-14T11:27:01-04:00</updated>

		<published>2005-05-14T11:27:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49460#p49460</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49460#p49460"/>
		<title type="html"><![CDATA[Need A Auto Greet For MY Friend John...and trivia problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49460#p49460"><![CDATA[
got error =(<br><br>Tcl error [greet:person]: wrong # args: should be "greet:person nick uhost hand chan text"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6168">TakaShi^^</a> — Sat May 14, 2005 11:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-05-14T09:41:29-04:00</updated>

		<published>2005-05-14T09:41:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49458#p49458</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49458#p49458"/>
		<title type="html"><![CDATA[Need A Auto Greet For MY Friend John...and trivia problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49458#p49458"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#Set the channel for the script to work onset greet_chan "#channel"#Set the person to greetset greet_person "john"#Set the greet messageset greet_msg "Hey john, you are looking groovy baby!"bind join - "*" greet:personproc greet:person {nick uhost hand chan text} { global greet_chan greet_person greet_msg  if {[string equal -nocase $greet_chan $chan] &amp;&amp; [string equal -nocase $greet_person $nick]} {   putserv "PRIVMSG $chan :$greet_msg"   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat May 14, 2005 9:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TakaShi^^]]></name></author>
		<updated>2005-05-13T23:52:56-04:00</updated>

		<published>2005-05-13T23:52:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49450#p49450</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49450#p49450"/>
		<title type="html"><![CDATA[Need A Auto Greet For MY Friend John...and trivia problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49450#p49450"><![CDATA[
Let say if john join tis channel, my bot will greet him only with Hello,The Master Is Here....<br><br><br>==========================================<br>Trivia Problem<br><br>Couldn't open "scripts/fragen"<br><br>set triv_botowners_nick "PRCom";# Change this to your nick you use<br>set triv_cheat 1 ;# 0 or 1. If 1, and the owner (above) is playing, it will NOTE you with the answer [ for troubleshooting purposes only <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> ]<br>set triv_command zz ;# command which prededes everything concerning the game; change it to whatever you prefer.<br>set triv_to_win 5 ;# number of points needed to win a match.<br>set triv_intervall_s 55 ;# time from question to result (seconds).<br>set triv_intervall_q 15 ;# time from result to next question (seconds).<br><br># If you come up with new question banks, just edit the below lines to reflect the theme and actual filename in your shell.<br># If you DO add more, be sure to change the next variable to equal the number of banks you are using.<br><br>set triv_numbanks 7<br><br># Now the filename for each bank, and the name shown in the "zz list topics" command.<br><br>set triv_fname_1 fragen<br>set triv_sname_1 "Default Question Bank"<br><br># Set this as default<br><br>set triv_fname $triv_fname_1<br>set triv_sname $triv_sname_1<br><br><br># Additional Ones<br><br>set triv_fname_2 fragen.idiot<br>set triv_sname_2 "Trivia Idiots Question Bank"<br>set triv_fname_3 fragen.grabbag<br>set triv_sname_3 "Grab Bag Question Bank"<br>set triv_fname_4 fragen.cartoons<br>set triv_sname_4 "Cartoons &amp; Comics Question Bank"<br>set triv_fname_5 fragen.galaxynet<br>set triv_sname_5 "GalaxyNet Question Bank"<br>set triv_fname_6 fragen.irc<br>set triv_sname_6 "IRC Question Bank"<br>set triv_fname_7 fragen.computer<br>set triv_sname_7 "Computer Question Bank"<br>set triv_fname_8 fragen.galaxynet<br>set triv_sname_8 "GalaxyNet Question Bank"<br>set triv_fname_9 fragen.galaxynet<br>set triv_sname_9 "GalaxyNet Question Bank"<br><br><br>i dun have the fragen file<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6168">TakaShi^^</a> — Fri May 13, 2005 11:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
