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

	<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-01-12T09:01:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-12T08:59:20-04:00</updated>

		<published>2003-01-12T08:59:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15202#p15202</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15202#p15202"/>
		<title type="html"><![CDATA[Check if bot i on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15202#p15202"><![CDATA[
First, use the "validchan" comand, to test if the channel is being monitored by eggdrop (doesn't mean it's actualy ont he channel).<br><br>If this returns 1, then you can do a "botonchan" test<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Jan 12, 2003 8:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-01-12T09:01:11-04:00</updated>

		<published>2003-01-12T08:53:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15201#p15201</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15201#p15201"/>
		<title type="html"><![CDATA[Check if bot i on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15201#p15201"><![CDATA[
first you have to check if the bot is even supposed t monitor that channel...<br><br>channels<br>   returns: list of the channels the bot is monitoring (or trying to)<br><br>validchan &lt;channel&gt;<br>   checks if the bot is monitoring that channel<br>   returns: 1 if the channel exists, 0 if not<br><br>suggestion... read the tcl-commands.doc  &lt;-- the answer to alot of answers asked in this forum are in there... just seems like people don't bother reading it..  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sun Jan 12, 2003 8:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ProXy]]></name></author>
		<updated>2003-01-12T07:55:20-04:00</updated>

		<published>2003-01-12T07:55:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15199#p15199</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15199#p15199"/>
		<title type="html"><![CDATA[Check if bot i on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15199#p15199"><![CDATA[
Even if i check with botonchan $channel, I get this error message:<br><blockquote class="uncited"><div> Tcl error [pub:channel]: illegal channel: #ddrb</div></blockquote>Is there another way to check, if the eggdrop is on a channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1729">ProXy</a> — Sun Jan 12, 2003 7:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-01-11T11:07:46-04:00</updated>

		<published>2003-01-11T11:07:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15178#p15178</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15178#p15178"/>
		<title type="html"><![CDATA[Check if bot i on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15178#p15178"><![CDATA[
botonchan [channel]<br>   Returns: 1 if the bot is on the specified channel (or any channel if<br>     no channel is specified); 0 otherwise<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jan 11, 2003 11:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ProXy]]></name></author>
		<updated>2003-01-11T10:20:57-04:00</updated>

		<published>2003-01-11T10:20:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15177#p15177</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15177#p15177"/>
		<title type="html"><![CDATA[Check if bot i on channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15177#p15177"><![CDATA[
Hi there, I want to check if my eggdrop is on a given channel. But whenever I try [onchan $botnick $chan] it returns an error, because the eggdrop checks this before he runs the script. Is there another possibility to check if the eggdrop is on a channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1729">ProXy</a> — Sat Jan 11, 2003 10:20 am</p><hr />
]]></content>
	</entry>
	</feed>
