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

	<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>2009-10-13T08:00:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-10-13T08:00:38-04:00</updated>

		<published>2009-10-13T08:00:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90492#p90492</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90492#p90492"/>
		<title type="html"><![CDATA[Bot Responds to OPs but not to Founder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90492#p90492"><![CDATA[
Look in your bot installation doc/html subdirectory for tcl-commands.html<br><br>What you see is what you get (this is in addition to Core Tcl commands of course)<br><br>You can't simply invent Tcl commands because they seem to suit your needs, though you could possibly code them if you know Tcl well enough.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Tue Oct 13, 2009 8:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-10-12T13:04:40-04:00</updated>

		<published>2009-10-12T13:04:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90484#p90484</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90484#p90484"/>
		<title type="html"><![CDATA[Bot Responds to OPs but not to Founder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90484#p90484"><![CDATA[
<blockquote class="uncited"><div>So there is no command for the mode q, but it would be theoretically possible that the bot will respond to a command such as "if is mode q"? If so, how would the correct syntax for this?<br><br>Sorry for these questions, I'm fairly new to matters bots, and my English is not so good ... : (<br><br>Greetings Kintaro</div></blockquote> No There is not.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Mon Oct 12, 2009 1:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kintaro]]></name></author>
		<updated>2009-10-12T11:00:08-04:00</updated>

		<published>2009-10-12T11:00:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90483#p90483</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90483#p90483"/>
		<title type="html"><![CDATA[Bot Responds to OPs but not to Founder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90483#p90483"><![CDATA[
So there is no command for the mode q, but it would be theoretically possible that the bot will respond to a command such as "if is mode q"? If so, how would the correct syntax for this?<br><br>Sorry for these questions, I'm fairly new to matters bots, and my English is not so good ... : (<br><br>Greetings Kintaro<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10902">kintaro</a> — Mon Oct 12, 2009 11:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-10-12T08:38:55-04:00</updated>

		<published>2009-10-12T08:38:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90482#p90482</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90482#p90482"/>
		<title type="html"><![CDATA[Bot Responds to OPs but not to Founder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90482#p90482"><![CDATA[
I'm not at all sure about how anope services functions but for some networks you can get the bot to send a /cs info #channelname<br><br>The notice response from chanserv is then captured, which can tell you the channel founder or if the channel is unregistered.<br><br>This is somewhat more difficult to code than having a simple direct Eggdrop Tcl command available such as 'isop', 'ishalfop' or 'isvoice'.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Mon Oct 12, 2009 8:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DjSlash]]></name></author>
		<updated>2009-10-12T07:15:30-04:00</updated>

		<published>2009-10-12T07:15:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90479#p90479</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90479#p90479"/>
		<title type="html"><![CDATA[Bot Responds to OPs but not to Founder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90479#p90479"><![CDATA[
Eggdrop doesn't have a standard command that tell you if a channeluser has +q set. As far as I know, as long your ircd doesn't support it, you can't tell what extra modes a user has besides +o/+h/+v.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10782">DjSlash</a> — Mon Oct 12, 2009 7:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kintaro]]></name></author>
		<updated>2009-10-12T04:03:26-04:00</updated>

		<published>2009-10-12T04:03:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90474#p90474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90474#p90474"/>
		<title type="html"><![CDATA[Bot Responds to OPs but not to Founder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90474#p90474"><![CDATA[
i have installed the Anope Services, Anope gives me Automaticly the +q Status...<br><br>Greetings Kintaro<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10902">kintaro</a> — Mon Oct 12, 2009 4:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-10-10T15:26:59-04:00</updated>

		<published>2009-10-10T15:26:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90462#p90462</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90462#p90462"/>
		<title type="html"><![CDATA[Bot Responds to OPs but not to Founder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90462#p90462"><![CDATA[
<blockquote class="uncited"><div> have the code with "if isowner" and "if isfounder" but none of the commands worked, how can I move on to the bot operators and Founder hear?</div></blockquote> Eggdrio dosen't have any <strong class="text-strong">isfounder</strong> or <strong class="text-strong">isowner</strong>.<br><br>Are you talking about Channel Status (modes) like +q? or something to do with Channel Services?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sat Oct 10, 2009 3:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kintaro]]></name></author>
		<updated>2009-10-10T07:20:05-04:00</updated>

		<published>2009-10-10T07:20:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90461#p90461</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90461#p90461"/>
		<title type="html"><![CDATA[Bot Responds to OPs but not to Founder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90461#p90461"><![CDATA[
hello to everyone,<br>I am new in IRC/Eggdrop Scene <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">, and i have a little problem with a TLC-Script. When i call eggrop with "pfeif" as a Operator, Responds the Bot:<br>"*sofort zum Meister $nick rennt und die nächste Order abwartet*" in the Channel...<br>But if I do this as a founder of the bot does not respond to the command.<br><br>I have the code with "if isowner" and "if isfounder" but none of the commands worked, how can I move on to the bot operators and Founder hear?<br><br>Here is my Code:<div class="codebox"><p>Code: </p><pre><code>######## pfeif ######### bind pubm - *pfeif* pub_pfeif proc pub_pfeif {nick uhost hand chan arg} { if {![isop $nick $chan]} { puthelp "NOTICE $nick : Ich hör nur, wenn der Meister pfeift!" return 0} putchan $chan "\002 *sofort zum Meister $nick rennt und die nächste Order abwartet*" putchan $chan "\002 Da bin ich $nick." }</code></pre></div>Many thanks in advance ...<br>Greetings Kintaro<br><br>PS: Sorry for my bad english, i am from Switzerland <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10902">kintaro</a> — Sat Oct 10, 2009 7:20 am</p><hr />
]]></content>
	</entry>
	</feed>
