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

	<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>2010-02-02T10:13:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2010-02-02T10:13:23-04:00</updated>

		<published>2010-02-02T10:13:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91939#p91939</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91939#p91939"/>
		<title type="html"><![CDATA[how do i do this]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91939#p91939"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set channels {"#Opers"}bind pub -|- !j j_procproc j_proc { nick uhost hand chan arg } {global channels  set text [lindex [split $arg] 0]foreach c $channels {if {!([matchattr $hand mn|mn $chan]) &amp;&amp; [string match -nocase $c $chan]} {return 0}}  putserv "SAJOIN $nick :#$text"}</code></pre></div><br>Set the channels you dont want ppl joining otherwise your going to have ppl joining channels they shouldnt be joining<br><div class="codebox"><p>Code: </p><pre><code>set channels {"#Opers"}</code></pre></div>command  !j roomname<br><br>------------------------------------<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- !list list_procproc list_proc { nick uhost hand chan arg } {   puthelp "PRIVMSG $nick :Room list as follows"   puthelp "PRIVMSG $nick :Add room names here"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Tue Feb 02, 2010 10:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BhasIRC]]></name></author>
		<updated>2010-02-02T03:43:38-04:00</updated>

		<published>2010-02-02T03:43:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91937#p91937</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91937#p91937"/>
		<title type="html"><![CDATA[how do i do this]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91937#p91937"><![CDATA[
Hi Guys... <br><br>Its been long hehe i hope you all are having a great new year anyways i would like to know how do i go about making a code that works as follows <br><br>1. The user types !list and gets a list of all the channels currently in use that can be viewed o pc using /list <br>2. Then !channel-name to join a cannel they like expl the channel name is #jmirc they typ !jmirc and it will sajoin them, my bot has the correct flags to access the sajoin. <br><br>Thanks in Advance <br>Zainul<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11039">BhasIRC</a> — Tue Feb 02, 2010 3:43 am</p><hr />
]]></content>
	</entry>
	</feed>
