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

	<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>2003-04-09T15:50:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-09T15:50:41-04:00</updated>

		<published>2003-04-09T15:50:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18802#p18802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18802#p18802"/>
		<title type="html"><![CDATA[Making the bot join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18802#p18802"><![CDATA[
no need to add the channel settings like that. The settings you set in the config-file is global and will apply to all channels, if you add them using the built-in .+chan command or through a tcl-script.<br>also... read the tcl-commands.doc found in the /doc dir on your eggdrop about different kind of binds.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Apr 09, 2003 3:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-09T12:11:08-04:00</updated>

		<published>2003-04-09T12:11:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18791#p18791</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18791#p18791"/>
		<title type="html"><![CDATA[Making the bot join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18791#p18791"><![CDATA[
Sure, here is my code:<br><div class="codebox"><p>Code: </p><pre><code>bind PRIVMSG    -       !join  loginAndStuffset pasteChan "#evilchan"# loginAndStuffproc loginAndStuff {handle idx arg} {   channel add $pasteChan {    chanmode "+nt"    idle-kick 20    flood-chan 10:60    flood-deop 3:10    flood-kick 3:10    flood-join 5:60    flood-ctcp 3:60   }   channel set $pasteChan -bitch +secret -autoop -clearbans -stopnethack -enforcebans   channel set $pasteChan -greet -revenge -dynamicbans -protectops -statuslog -userbans   channel set $pasteChan -shared -autovoice -cycle -seen -dontkickops -dontdeopops   putlog "joined $pasteChan"   putchan $pasteChan "IM da evilbottie"   return 1}</code></pre></div>when someone write !join in a query with the bot its suppose to join the chan specified in $pasteChan<p>Statistics: Posted by Guest — Wed Apr 09, 2003 12:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-09T11:07:05-04:00</updated>

		<published>2003-04-09T11:07:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18786#p18786</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18786#p18786"/>
		<title type="html"><![CDATA[Making the bot join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18786#p18786"><![CDATA[
We like to help others that help themselves..<br><br>Try posting the code you have tried, and we can explain what you have done wrong, which may help you with learning Tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Apr 09, 2003 11:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-09T10:56:23-04:00</updated>

		<published>2003-04-09T10:56:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18785#p18785</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18785#p18785"/>
		<title type="html"><![CDATA[Making the bot join a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18785#p18785"><![CDATA[
Helllo,<br>Im trying to make my bot join a channel when i write !join in a query.. but so far everything I have tried dont work so if anyone would like to show me how it could be done I would be gratefull <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Thanks in advance.<p>Statistics: Posted by Guest — Wed Apr 09, 2003 10:56 am</p><hr />
]]></content>
	</entry>
	</feed>
