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

	<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>2007-10-16T20:11:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-10-16T20:11:25-04:00</updated>

		<published>2007-10-16T20:11:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76797#p76797</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76797#p76797"/>
		<title type="html"><![CDATA[Channel Change (Bot kick +invite to new channel)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76797#p76797"><![CDATA[
<blockquote class="uncited"><div>What does that matchattr section do:<br><div class="codebox"><p>Code: </p><pre><code>  if {[matchattr $handle n|n $channel]} {    return 0;  }</code></pre></div></div></blockquote>Use the following via the Command Console:<div class="codebox"><p>Code: </p><pre><code>.help whois</code></pre></div><blockquote class="uncited"><div>n - owner (user has absolute control over the bot)<br>...<br>n - owner (user is a channel owner)</div></blockquote><a href="http://www.egghelp.org/commands/index.htm" class="postlink">Eggdrop Command Reference</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Oct 16, 2007 8:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TheOuch]]></name></author>
		<updated>2007-10-16T16:06:09-04:00</updated>

		<published>2007-10-16T16:06:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76792#p76792</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76792#p76792"/>
		<title type="html"><![CDATA[Channel Change (Bot kick +invite to new channel)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76792#p76792"><![CDATA[
What does that matchattr section do:<br><div class="codebox"><p>Code: </p><pre><code>  if {[matchattr $handle n|n $channel]} {    return 0;  }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9375">TheOuch</a> — Tue Oct 16, 2007 4:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2007-10-15T16:04:29-04:00</updated>

		<published>2007-10-15T16:04:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76770#p76770</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76770#p76770"/>
		<title type="html"><![CDATA[Channel Change (Bot kick +invite to new channel)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76770#p76770"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set redirect(old_chan) [list #oldchannel]; # Note put the channel name here in lowercase!set redirect(new_chan) [list #newchannel]bind JOIN -|- * redirect:joinproc redirect:join {nickname hostname handle channel} {  global redirect;  if {[matchattr $handle n|n $channel]} {    return 0;  }  if {[lsearch -exact $redirect(old_chan) [string tolower $channel]]} {    putserv "KICK $channel $nickname :Please join $redirect(new_chan), you will recieve an invite."    putserv "INVITE $nickname $redirect(new_chan)"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Mon Oct 15, 2007 4:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TheOuch]]></name></author>
		<updated>2007-10-15T13:36:40-04:00</updated>

		<published>2007-10-15T13:36:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76766#p76766</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76766#p76766"/>
		<title type="html"><![CDATA[Channel Change (Bot kick +invite to new channel)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76766#p76766"><![CDATA[
I've been looking for something to do this simple task, but have been unable to find anything.<br><br>Basically, I want a script that sits in #oldchannel.  When anyone joins, it kicks them, and invites them to chat in #newchannel.  Neither channel is invite only.<br><br>We're trying to change channel names.<br><br>So -- does anything like this exist?  If not, would it be easier to implement in eggdrop's tcl, or should I just run a quick iirc bot to do it?<br><br>Any help would be appreciated!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9375">TheOuch</a> — Mon Oct 15, 2007 1:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
