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

	<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>2004-12-04T09:38:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Stealthx]]></name></author>
		<updated>2004-12-04T09:38:47-04:00</updated>

		<published>2004-12-04T09:38:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43438#p43438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43438#p43438"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43438#p43438"><![CDATA[
Yes, it's work perfectly again. Thanks alot!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5493">Stealthx</a> — Sat Dec 04, 2004 9:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-12-03T16:50:44-04:00</updated>

		<published>2004-12-03T16:50:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43410#p43410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43410#p43410"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43410#p43410"><![CDATA[
<blockquote class="uncited"><div>however when I set a channel +greet on and I joined the channel, it doesn't greet me. Why is that so?</div></blockquote>Setting a greeting via Command Console and cycling immediately won't trigger a greeting as it's timed; you have to be absent from the channel for a short period and then re-enter.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Dec 03, 2004 4:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stealthx]]></name></author>
		<updated>2004-12-03T06:18:12-04:00</updated>

		<published>2004-12-03T06:18:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43395#p43395</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43395#p43395"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43395#p43395"><![CDATA[
Thanks alot, it's works perfectly great right now.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5493">Stealthx</a> — Fri Dec 03, 2004 6:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-12-03T06:03:16-04:00</updated>

		<published>2004-12-03T06:03:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43394#p43394</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43394#p43394"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43394#p43394"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc flags:join { nickname hostname handle channel } { global flags if {[matchattr $handle n]} { putquick "PRIVMSG $channel :\[ $nickname \] $flags(owner)" } elseif {[matchattr $handle m]} { putquick "PRIVMSG $channel :\[ $nickname \] $flags(master)" } elseif {[matchattr $handle o]} { putquick "PRIVMSG $channel :\[ $nickname \] $flags(op)" } elseif {[matchattr $handle l]} { putquick "PRIVMSG $channel :\[ $nickname \] $flags(halfop)" } elseif {[matchattr $handle |n $channel]} { putquick "PRIVMSG $channel :\[ $nickname \] $flags(cowner)" } elseif {[matchattr $handle |m $channel]} { putquick "PRIVMSG $channel :\[ $nickname \] $flags(cmaster)" } elseif {[matchattr $handle |o $channel]} { putquick "PRIVMSG $channel :\[ $nickname \] $flags(cop)" } elseif {[matchattr $handle |l $channel]} { putquick "PRIVMSG $channel :\[ $nickname \] $flags(chalfop)" } } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Dec 03, 2004 6:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-12-03T06:01:24-04:00</updated>

		<published>2004-12-03T06:01:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43393#p43393</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43393#p43393"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43393#p43393"><![CDATA[
On another note Stealthx, When you see an error on your partyline it useally shows you quite clearly what you need to change to make it work.<br>Don't go around deleting stuff or changing the code if you don't know what the outcome will be <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=5078">metroid</a> — Fri Dec 03, 2004 6:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stealthx]]></name></author>
		<updated>2004-12-03T06:00:51-04:00</updated>

		<published>2004-12-03T06:00:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43392#p43392</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43392#p43392"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43392#p43392"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>Firstly thanks for your code! But I've tried it, it doesn't seems to work for the first time due to some error so I've changed this "bind JOIN-" to "bind JOIN" but still it doesn't work. I've added a new user and chatter +n to the user but when the user joined, nothing happens.</div></blockquote>hehe... you should have changed "JOIN-" to "JOIN -" <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>Thanks alot, it's work well now. But how do I set those on-join message like:<br><br>&lt;bot&gt; [ usernick ] have just joined the channel.<br><br>etc.<br><br>&lt;bot&gt; [ egghelp ] have just joined the channel.<br><br>whereby "egghelp" is my nick in IRC. I've tried $nick but it appear to be the bot nick.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5493">Stealthx</a> — Fri Dec 03, 2004 6:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-12-03T05:59:30-04:00</updated>

		<published>2004-12-03T05:59:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43391#p43391</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43391#p43391"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43391#p43391"><![CDATA[
Oops, a typo there <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> <br><br><div class="codebox"><p>Code: </p><pre><code># The configuration set flags(owner) "A Bot Owner Has Entered The Channel!" set flags(master) "A Bot Master Has Entered The Channel!" set flags(op) "A Bot Op Has Entered The Channel!" set flags(halfop) "A Bot Halfop Has Entered The Channel!" set flags(cowner) "A Channel Owner Has Entered The Channel!" set flags(cmaster) "A Channel Master Has Entered The Channel!" set flags(cop) "A Channel Op Has Entered The Channel!" set flags(chalfop) "A Channel Halfop Has Entered The Channel!" bind JOIN - * flags:join proc flags:join { nickname hostname handle channel } { global flags if {[matchattr $handle n]} { putquick "PRIVMSG $channel :$flags(owner)" } elseif {[matchattr $handle m]} { putquick "PRIVMSG $channel :$flags(master)" } elseif {[matchattr $handle o]} { putquick "PRIVMSG $channel :$flags(op)" } elseif {[matchattr $handle l]} { putquick "PRIVMSG $channel :$flags(halfop)" } elseif {[matchattr $handle |n $channel]} { putquick "PRIVMSG $channel :$flags(cowner)" } elseif {[matchattr $handle |m $channel]} { putquick "PRIVMSG $channel :$flags(cmaster)" } elseif {[matchattr $handle |o $channel]} { putquick "PRIVMSG $channel :$flags(cop)" } elseif {[matchattr $handle |l $channel]} { putquick "PRIVMSG $channel :$flags(chalfop)" } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Dec 03, 2004 5:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2004-12-03T05:06:53-04:00</updated>

		<published>2004-12-03T05:06:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43390#p43390</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43390#p43390"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43390#p43390"><![CDATA[
<blockquote class="uncited"><div>Firstly thanks for your code! But I've tried it, it doesn't seems to work for the first time due to some error so I've changed this "bind JOIN-" to "bind JOIN" but still it doesn't work. I've added a new user and chatter +n to the user but when the user joined, nothing happens.</div></blockquote>hehe... you should have changed "JOIN-" to "JOIN -" <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=2617">arcane</a> — Fri Dec 03, 2004 5:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stealthx]]></name></author>
		<updated>2004-12-03T04:10:50-04:00</updated>

		<published>2004-12-03T04:10:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43388#p43388</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43388#p43388"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43388#p43388"><![CDATA[
<blockquote class="uncited"><div>I was kind of bored so here you go <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mad.gif" width="15" height="15" alt=":x" title="Mad"><br><div class="codebox"><p>Code: </p><pre><code># The configurationset flags(owner) "A Bot Owner Has Entered The Channel!"set flags(master) "A Bot Master Has Entered The Channel!"set flags(op) "A Bot Op Has Entered The Channel!"set flags(halfop) "A Bot Halfop Has Entered The Channel!"set flags(cowner) "A Channel Owner Has Entered The Channel!"set flags(cmaster) "A Channel Master Has Entered The Channel!"set flags(cop) "A Channel Op Has Entered The Channel!"set flags(chalfop) "A Channel Halfop Has Entered The Channel!"bind JOIN- * flags:joinproc flags:join { nickname hostname handle channel } {global flagsif {[matchattr $handle n]} { putquick "PRIVMSG $channel :$flags(owner)"} elseif {[matchattr $handle m]} { putquick "PRIVMSG $channel :$flags(master)"} elseif {[matchattr $handle o]} { putquick "PRIVMSG $channel :$flags(op)"} elseif {[matchattr $handle l]} { putquick "PRIVMSG $channel :$flags(halfop)"} elseif {[matchattr $handle |n $channel]} { putquick "PRIVMSG $channel :$flags(cowner)"} elseif {[matchattr $handle |m $channel]} { putquick "PRIVMSG $channel :$flags(cmaster)"} elseif {[matchattr $handle |o $channel]} { putquick "PRIVMSG $channel :$flags(cop)"} elseif {[matchattr $handle |l $channel]} { putquick "PRIVMSG $channel :$flags(chalfop)"}}</code></pre></div></div></blockquote>Firstly thanks for your code! But I've tried it, it doesn't seems to work for the first time due to some error so I've changed this "bind JOIN-" to "bind JOIN" but still it doesn't work. I've added a new user and chatter +n to the user but when the user joined, nothing happens.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5493">Stealthx</a> — Fri Dec 03, 2004 4:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stealthx]]></name></author>
		<updated>2004-12-03T04:02:48-04:00</updated>

		<published>2004-12-03T04:02:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43387#p43387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43387#p43387"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43387#p43387"><![CDATA[
<blockquote class="uncited"><div>Via the Command Console:<blockquote class="uncited"><div>### info [channel] [info-line]<br>Sets your info line. This line is shown via the /msg commands 'who' and 'whois'. If you have set greet on, it is also shown when you join the channel. If the info line begins with an '@', then it is "locked", and you may no longer change it.<br>See also: chinfo</div></blockquote><blockquote class="uncited"><div>### chinfo &lt;user&gt; [channel] [info-line/none]<br>Sets the information line for a user. This line is shown via the /msg commands 'who' and 'whois'. If you have set greet on, it is also shown when the user joins the channel. If the info line begins with an '@', then it is "locked", and that user may no longer change it. If the channel name is omitted, the default info line is changed. If you specify 'none' as the info-line, it will be erased.</div></blockquote></div></blockquote>Greeting, I've set my .info as well as .chinfo and it have been successfully setted but however when I set a channel +greet on and I joined the channel, it doesn't greet me. Why is that so?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5493">Stealthx</a> — Fri Dec 03, 2004 4:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-12-03T02:39:05-04:00</updated>

		<published>2004-12-03T02:39:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43386#p43386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43386#p43386"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43386#p43386"><![CDATA[
I was kind of bored so here you go <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mad.gif" width="15" height="15" alt=":x" title="Mad"><br><div class="codebox"><p>Code: </p><pre><code># The configurationset flags(owner) "A Bot Owner Has Entered The Channel!"set flags(master) "A Bot Master Has Entered The Channel!"set flags(op) "A Bot Op Has Entered The Channel!"set flags(halfop) "A Bot Halfop Has Entered The Channel!"set flags(cowner) "A Channel Owner Has Entered The Channel!"set flags(cmaster) "A Channel Master Has Entered The Channel!"set flags(cop) "A Channel Op Has Entered The Channel!"set flags(chalfop) "A Channel Halfop Has Entered The Channel!"bind JOIN- * flags:joinproc flags:join { nickname hostname handle channel } {global flagsif {[matchattr $handle n]} { putquick "PRIVMSG $channel :$flags(owner)"} elseif {[matchattr $handle m]} { putquick "PRIVMSG $channel :$flags(master)"} elseif {[matchattr $handle o]} { putquick "PRIVMSG $channel :$flags(op)"} elseif {[matchattr $handle l]} { putquick "PRIVMSG $channel :$flags(halfop)"} elseif {[matchattr $handle |n $channel]} { putquick "PRIVMSG $channel :$flags(cowner)"} elseif {[matchattr $handle |m $channel]} { putquick "PRIVMSG $channel :$flags(cmaster)"} elseif {[matchattr $handle |o $channel]} { putquick "PRIVMSG $channel :$flags(cop)"} elseif {[matchattr $handle |l $channel]} { putquick "PRIVMSG $channel :$flags(chalfop)"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Dec 03, 2004 2:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2004-12-02T19:40:28-04:00</updated>

		<published>2004-12-02T19:40:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43384#p43384</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43384#p43384"/>
		<title type="html"><![CDATA[....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43384#p43384"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - * pub:joinproc pub:join {nick uhost hand chan} {if {[matchattr $hand Z|- $chan]} {putserv "privmsg $chan :owner entered"} else {if {[matchattr $hand -|o $chan]} {putserv "privmsg $chan :op entered"} else {if {[matchattr $hand -|- $chan]} {putserv "privmsg $chan :no flag user"} else {if {[matchattr $hand -|- $chan] == 0} {putserv "privmsg $chan :no user from userlist"}    }   }  } }</code></pre></div>You got the ideea i think<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Thu Dec 02, 2004 7:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-12-02T16:57:10-04:00</updated>

		<published>2004-12-02T16:57:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43380#p43380</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43380#p43380"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43380#p43380"><![CDATA[
Is the user added to the bot aka handle <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=3646">Alchera</a> — Thu Dec 02, 2004 4:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stealthx]]></name></author>
		<updated>2004-12-02T08:22:00-04:00</updated>

		<published>2004-12-02T08:22:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43369#p43369</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43369#p43369"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43369#p43369"><![CDATA[
Thanks alot  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> I forgotten to set the greet mode on on the channel.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>By the way, the "user" which is needed in the command is the ".+user" that user?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5493">Stealthx</a> — Thu Dec 02, 2004 8:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-11-30T06:51:04-04:00</updated>

		<published>2004-11-30T06:51:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43302#p43302</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43302#p43302"/>
		<title type="html"><![CDATA[[SOLVED] Flag user information on join #]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43302#p43302"><![CDATA[
Via the Command Console:<blockquote class="uncited"><div>### info [channel] [info-line]<br>Sets your info line. This line is shown via the /msg commands 'who' and 'whois'. If you have set greet on, it is also shown when you join the channel. If the info line begins with an '@', then it is "locked", and you may no longer change it.<br>See also: chinfo</div></blockquote><blockquote class="uncited"><div>### chinfo &lt;user&gt; [channel] [info-line/none]<br>Sets the information line for a user. This line is shown via the /msg commands 'who' and 'whois'. If you have set greet on, it is also shown when the user joins the channel. If the info line begins with an '@', then it is "locked", and that user may no longer change it. If the channel name is omitted, the default info line is changed. If you specify 'none' as the info-line, it will be erased.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Nov 30, 2004 6:51 am</p><hr />
]]></content>
	</entry>
	</feed>
