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

	<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-24T02:13:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-24T02:13:39-04:00</updated>

		<published>2004-12-24T02:13:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44464#p44464</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44464#p44464"/>
		<title type="html"><![CDATA[Timed Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44464#p44464"><![CDATA[
I don't patch other people's scripts; here I write scriptlets only, hoping that the person in need for scripting help will take it from there and tailor it for their specific needs; I expect anyone asking here for help to have at least some minimal knowledge of Tcl and eggdrop scripting<br><br>what I wrote is a proc which overrides eggdrop's default +chan command, does whatever you want it to do on channel add, and then falls back to default +chan behaviour (that is, proceeds with actual adding of the channel to bot's channels)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Dec 24, 2004 2:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stealthx]]></name></author>
		<updated>2004-12-24T01:52:09-04:00</updated>

		<published>2004-12-24T01:52:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44463#p44463</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44463#p44463"/>
		<title type="html"><![CDATA[Timed Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44463#p44463"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind dcc n|- +chan fooproc foo {h i t} {  # do stuff - initialize say on join, timer, etc.  *dcc:+chan $h $i $t}</code></pre></div></div></blockquote>I don't understand. Combined with WPnL's TCL?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5493">Stealthx</a> — Fri Dec 24, 2004 1:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-24T01:42:39-04:00</updated>

		<published>2004-12-24T01:42:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44462#p44462</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44462#p44462"/>
		<title type="html"><![CDATA[Timed Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44462#p44462"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind dcc n|- +chan fooproc foo {h i t} {  # do stuff - initialize say on join, timer, etc.  *dcc:+chan $h $i $t}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Dec 24, 2004 1:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stealthx]]></name></author>
		<updated>2004-12-24T01:14:41-04:00</updated>

		<published>2004-12-24T01:14:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44456#p44456</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44456#p44456"/>
		<title type="html"><![CDATA[Timed Message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44456#p44456"><![CDATA[
Hi, I have searched the database for the suitable script that I need... What I need is a TCL that send SAME messages to <span style="text-decoration:underline">every</span> channel the bot is in or joined and the timer will be 60mins. The bot will activate such function once I do a <strong class="text-strong">.+chan #</strong> and I don't have to do a public command such as "!quote on", it will be AUTO activated. I know there's alot of such script such as quote scripts and so on but I don't need so many quotes, and I don't need those number etc.<br><br>&lt;Bot&gt; (#1) test test test<br><br>All I need was...<br><br>&lt;Bot&gt; test test test<br><br>-<br><br>I've see the TCL by WPnL, SendMsg.TCL but how do I make it activated once the bot joined?<br><div class="codebox"><p>Code: </p><pre><code>####################################################################### SendMsg 1.0 - Send Messages to channels specified every X minutes  ##                                                                    ## Created by WPnL                                                    ## Report bugs to wpnl@lycos.co.uk                                    ## This script is freeware.                                           ## Feel free to edit it.                                              ########################################################################## SETTINGS #### Channels where the msg is sent to.# If you want to use several channels put a space between themset channels "#chan1 #chan2"# How often do you want the msg to be displayed (in minutes)set minutes 15# Set your msgs here# \002 bold# \003 colour (ex: \0030,12 textcolor=0 white; backgroundcolor=12 blue)# \022 reverse# \037 underline# Write several lines for several msgsset msgs {"\002Line1""\037Line2"}### YOU ARE DONE NOW. YOU DON'T NEED TO EDIT ANYTHING ELSE FROM HERE ###if {![info exists sendtext_running]} { timer $minutes sendtext set sendtext_running 1}   proc sendtext {} { global channels minutes msgs foreach channel $channels {  foreach msg $msgs {   putserv "PRIVMSG $channel :$msg"   } } timer $minutes sendtext return 1  }putlog "SendMsg 1.0 by WPnL Loaded"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5493">Stealthx</a> — Fri Dec 24, 2004 1:14 am</p><hr />
]]></content>
	</entry>
	</feed>
