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

	<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-03-09T12:50:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[eiSi]]></name></author>
		<updated>2003-03-09T12:50:39-04:00</updated>

		<published>2003-03-09T12:50:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17600#p17600</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17600#p17600"/>
		<title type="html"><![CDATA[i don't know whats wrong :(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17600#p17600"><![CDATA[
hi there!<br><br>this is from quickbot:<br><div class="codebox"><p>Code: </p><pre><code>bind join * * Join:Checkjoinset bossjmsg "Please Welcome \$unick, he is an $groupname Owner, and receives Auto-Op"set adminjmsg "Please Welcome \$unick, he is an $groupname Admin, and receives Auto-Op"set helperjmsg "Please Welcome \$unick, The is an $groupname Helper, and receives Auto-Voice"proc Join:Checkjoin { nick userhost handle chan } { global home bossjmsg adminjmsg helperjmsgset unick $nickif {[matchattr $nick L] == 1 } {if {[matchattr $nick |o $chan ] == 1 } {putserv "MODE $chan +o $nick " }if {[matchattr $nick |v $chan ] == 1 } {putserv "MODE $chan +v $nick " }if {[matchattr $nick n] == 1} {putserv "MODE $chan +o $nick "putserv "PRIVMSG $chan :[subst $bossjmsg]"msg $home "Owner $nick joined $chan, Auto-Op given!"}if {[matchattr $nick m] == 1 &amp;&amp; [matchattr $nick n] == 0} {putserv "MODE $chan +o $nick "putserv "PRIVMSG $chan :[subst $adminjmsg]"msg $home "Admin $nick joined $chan, Auto-Op given!"}if {[matchattr $nick H] == 1 &amp;&amp; [matchattr $nick m] == 0} {putserv "MODE $chan +v $nick "putserv "PRIVMSG $chan :[subst $helperjmsg]"msg $home "Helper $nick joined $chan, Auto-Voice given!"}}}</code></pre></div>when I join the channel, it all works fine, but when another Owner joins, nothing happens :/<br><br>I have given him the same flags like I have, but it still doesn't work.<br><br>Can anyone help me please?<br>Would be very nice!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=939">eiSi</a> — Sun Mar 09, 2003 12:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
