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

	<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>2008-08-11T14:13:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[destroyer]]></name></author>
		<updated>2008-08-11T14:13:05-04:00</updated>

		<published>2008-08-11T14:13:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84550#p84550</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84550#p84550"/>
		<title type="html"><![CDATA[Simple questions regarding channels and showing users with..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84550#p84550"><![CDATA[
Thank you!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10123">destroyer</a> — Mon Aug 11, 2008 2:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-08-09T10:15:32-04:00</updated>

		<published>2008-08-09T10:15:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84510#p84510</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84510#p84510"/>
		<title type="html"><![CDATA[Re: Simple questions regarding channels and showing users wi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84510#p84510"><![CDATA[
<blockquote class="uncited"><div>Hey guys,<br><br>I was wondering: what (different/other) ways are there for botMASTERS to let a bot join a channel? (I know there's +chan)</div></blockquote>Apart from the .+chan command, only through scripts that use the "channel add" tcl-command. No other native commands exists however.<br><blockquote class="uncited"><div>How can I view all users who have access to the bot from within the party-line? Is there a specific command to do that?</div></blockquote>".match * 0 99999" would list the first 100'000 users in your bot (change 0 and 99999 to appropriate boundaries as necessary). You could also use partial masks; ie ".match dest*" , or flags; ie ".match +o". See the built in help for the .match command for more info (.help match)<br><blockquote class="uncited"><div>Last but not least, I wanted to ask if it's possible to let a bot put all channels (where he's on) together on a specific mode (+i, +k) and such?</div></blockquote>Could do it script-wize.<div class="codebox"><p>Code: </p><pre><code>foreach chan [channels] { pushmode $chan +ik "key"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Aug 09, 2008 10:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[destroyer]]></name></author>
		<updated>2008-08-08T08:10:06-04:00</updated>

		<published>2008-08-08T08:10:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84497#p84497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84497#p84497"/>
		<title type="html"><![CDATA[Simple questions regarding channels and showing users with..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84497#p84497"><![CDATA[
Hey guys,<br><br>I was wondering: what (different/other) ways are there for botMASTERS to let a bot join a channel? (I know there's +chan)<br><br>How can I view all users who have access to the bot from within the party-line? Is there a specific command to do that?<br><br>Last but not least, I wanted to ask if it's possible to let a bot put all channels (where he's on) together on a specific mode (+i, +k) and such?<br><br>Thanks in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10123">destroyer</a> — Fri Aug 08, 2008 8:10 am</p><hr />
]]></content>
	</entry>
	</feed>
