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

	<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>2024-01-10T20:01:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[afrit]]></name></author>
		<updated>2024-01-10T20:01:38-04:00</updated>

		<published>2024-01-10T20:01:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112357#p112357</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112357#p112357"/>
		<title type="html"><![CDATA[Re: TCL script wich let the eggdrop talk every 5 min]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112357#p112357"><![CDATA[
thank you very much Mr CrazyCat it's working perfecly  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13139">afrit</a> — Wed Jan 10, 2024 8:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-01-10T03:04:33-04:00</updated>

		<published>2024-01-10T03:04:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112356#p112356</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112356#p112356"/>
		<title type="html"><![CDATA[Re: TCL script wich let the eggdrop talk every 5 min]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112356#p112356"><![CDATA[
So the script is really simple:<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">set asmsg {   "!start"   "!hint"   "Oh là laaaa je suis fatigué"   "je re , Smoke Time !!!"   "!hint"   "c'est fatiguant , d'être un robot Ouuuff!!!"   "!stop"   "!w rabat"}proc autospeak {min hour day month dow} {   putserv "PRIVMSG #yourchan :[lindex $::asmsg [rand [llength $::asmsg]]]"}bind cron - "*/5 * * * *" autospeak</code></pre></div> <strong>script</strong> It's exactly the same I did before but it chooses a random element in the $asmsg list<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Jan 10, 2024 3:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[afrit]]></name></author>
		<updated>2024-01-09T15:16:59-04:00</updated>

		<published>2024-01-09T15:16:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112355#p112355</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112355#p112355"/>
		<title type="html"><![CDATA[Re: TCL script wich let the eggdrop talk every 5 min]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112355#p112355"><![CDATA[
i have a eggdrop which i want him to choose from the list and send to channel every 5 minutes <br>list : <br>{<br>  <br>  "!start"<br>  "!hint"<br>  "Oh là laaaa je suis fatigué"<br>  "je re , Smoke Time !!!"<br>  "!hint"<br>  "c'est fatiguant  , d'être un robot Ouuuff!!!"<br>  "!stop"<br>  "!w rabat"<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13139">afrit</a> — Tue Jan 09, 2024 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-01-09T03:22:53-04:00</updated>

		<published>2024-01-09T03:22:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112354#p112354</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112354#p112354"/>
		<title type="html"><![CDATA[Re: TCL script wich let the eggdrop talk every 5 min]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112354#p112354"><![CDATA[
I don't understand exactly what you plan to do, there are several parts:<br>- the automatic sentence each 5 minutes: I guess you want to display a random sentence<br>- a greet message (on join) : another random sentence (different from the previous ?)<br>- some triggers like !start, !stop, !hint, but I don't know what you want to do with them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Jan 09, 2024 3:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[afrit]]></name></author>
		<updated>2024-01-08T19:29:12-04:00</updated>

		<published>2024-01-08T19:29:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112353#p112353</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112353#p112353"/>
		<title type="html"><![CDATA[Re: TCL script wich let the eggdrop talk every 5 min]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112353#p112353"><![CDATA[
thank you boss Crazy Cat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13139">afrit</a> — Mon Jan 08, 2024 7:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-01-08T18:42:00-04:00</updated>

		<published>2024-01-08T18:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112352#p112352</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112352#p112352"/>
		<title type="html"><![CDATA[Re: TCL script wich let the eggdrop talk every 5 min]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112352#p112352"><![CDATA[
This is a nice "fourre-tout", but I think you lack the bases of tcl scripting.<br>I'll make a script tomorrow, with a lot of comments to explain how it works. And if I find time, I'll explain you the main errors you made.<br><br>But for now, it's sleepin' time.<br><br>P.S.: contact me using MP about your registration @ forum.eggdrop.fr, I'll give you a password to let you access the forum &amp; your account<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Jan 08, 2024 6:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[afrit]]></name></author>
		<updated>2024-01-08T16:07:04-04:00</updated>

		<published>2024-01-08T16:07:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112351#p112351</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112351#p112351"/>
		<title type="html"><![CDATA[Re: TCL script wich let the eggdrop talk every 5 min]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112351#p112351"><![CDATA[
i made this one with the code provider by CrazyCat it's working fine but he can't read  "!start" or any word with !<br>he is reading olny text without  "!" how i can resolve that ???<br>error msg :  [20:01:00] Tcl error [autospeak]: can't read "greetmsg": no such variable<br><div class="codebox"><p>Code: </p><pre><code># Set here the your msgs.set mygreetmsgs {    "!start"  "!hint"  "Oh là laaaa je suis fatigué"  "je re , Smoke Time !!!"  "!hint"  "c'est fatiguant  , d'être un robot Ouuuff!!!"  "!stop"  "!w rabat"}### DONT EDIT BELOW ###proc greetTrig {} {  global mygreettrig  return $mygreettrig}setudef flag autogreetings bind join - * greet:msgbind pub - ${mygreettrig}greets greet:pubproc autospeak {min hour day month dow} {   putserv "PRIVMSG #yourchan $greetmsg"}bind cron - "*/5 * * * *" autospeakputlog "autotalk.tcl,v1.1:. Loaded! - By CrazyCat"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13139">afrit</a> — Mon Jan 08, 2024 4:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[afrit]]></name></author>
		<updated>2024-01-08T13:48:22-04:00</updated>

		<published>2024-01-08T13:48:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112350#p112350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112350#p112350"/>
		<title type="html"><![CDATA[Re: TCL script wich let the eggdrop talk every 5 min]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112350#p112350"><![CDATA[
hello mister  CrazyCat i want to add a tcl script to my eggdrop wich can allow the eggdrop to post on my channel every 5 minutes a specifique message  from list bellow<br><br>{<br>"#ircseure Rules : https ://somethins "<br>"For help cotact Afrit"<br>"#ircsecure moderated by Afrit please wait to be voiced by the bot"<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13139">afrit</a> — Mon Jan 08, 2024 1:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-01-08T08:21:14-04:00</updated>

		<published>2024-01-08T08:21:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112349#p112349</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112349#p112349"/>
		<title type="html"><![CDATA[Re: TCL script wich let the eggdrop talk every 5 min]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112349#p112349"><![CDATA[
Can you be more explicit ?<br><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">proc autospeak {min hour day month dow} {   putserv "PRIVMSG #yourchan :I'm an automated sentence"}bind cron - "*/5 * * * *" autospeak</code></pre></div> <strong>script</strong> <p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Jan 08, 2024 8:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[afrit]]></name></author>
		<updated>2024-01-08T02:26:01-04:00</updated>

		<published>2024-01-08T02:26:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112346#p112346</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112346#p112346"/>
		<title type="html"><![CDATA[TCL script wich let the eggdrop talk every 5 min]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112346#p112346"><![CDATA[
hello everyone , please can you provide me a script wich let the eggdrop talk every 5 min on channel ? saying some words <br><br>thank you very much<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13139">afrit</a> — Mon Jan 08, 2024 2:26 am</p><hr />
]]></content>
	</entry>
	</feed>
