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

	<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-06-24T19:01:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-06-24T19:01:31-04:00</updated>

		<published>2004-06-24T19:01:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37821#p37821</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37821#p37821"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37821#p37821"><![CDATA[
This may help, a snippet of code I use in a script to get a list of bot users with a particular flag in a channel:<div class="codebox"><p>Code: </p><pre><code>putquick "notice $nick :\002***\002 SOp list of $chan \002***"    if {[userlist |m $chan] == ""} {       putquick "notice $nick :No Entries."    } else {           foreach ig [userlist |m $chan] {               putquick "notice $nick :$ig"           }}putquick "notice $nick :\002*** End of list ***"</code></pre></div>The above will display a list of nicks that are SOp's in the channel specified.  The code is taken from a public commands script I wrote.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Jun 24, 2004 7:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HolyCow]]></name></author>
		<updated>2004-06-24T12:51:46-04:00</updated>

		<published>2004-06-24T12:51:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37808#p37808</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37808#p37808"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37808#p37808"><![CDATA[
wouldnt that just give me a list of all the handles on the bot?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5067">HolyCow</a> — Thu Jun 24, 2004 12:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2004-06-24T10:17:13-04:00</updated>

		<published>2004-06-24T10:17:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37805#p37805</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37805#p37805"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37805#p37805"><![CDATA[
Dont specify a flag? use * for all flags?<br><br>then just find the user from the list<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Thu Jun 24, 2004 10:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HolyCow]]></name></author>
		<updated>2004-06-24T09:47:37-04:00</updated>

		<published>2004-06-24T09:47:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37804#p37804</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37804#p37804"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37804#p37804"><![CDATA[
KrzychuG:<br> It seemed I hadn't?<br> But I told you I had.<br> I asked a question and gb gave me the answer. And then you come nagging after saying its   in the manual. Its all in the manual!! some of it is just harder to find. thats why we have forums like this one.<br><br>]Kami[:<br> I setup my first conf entirely from the manual by myself, so I don't think It should be   removed.<br><br>Weirdo:<br> wouldt that give me a list of users with a particular flag? I need a list of flags for a particular user.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5067">HolyCow</a> — Thu Jun 24, 2004 9:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2004-06-24T09:10:49-04:00</updated>

		<published>2004-06-24T09:10:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37802#p37802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37802#p37802"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37802#p37802"><![CDATA[
perhaps try <br><br>  userlist [flags]<br>    Returns: a list of users on the bot. You can use the flag matching<br>      system here ([global]{&amp;/|}[chan]{&amp;/|}[bot]). '&amp;' specifies "and";<br>      '|' specifies "or".<br>    Module: core<br><br>print that list to a file, and extract the line with your user in it<br><br>(this is a VERY long way round of doing it btw)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Thu Jun 24, 2004 9:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-06-24T09:06:41-04:00</updated>

		<published>2004-06-24T09:06:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37801#p37801</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37801#p37801"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37801#p37801"><![CDATA[
Some people are so lazzy so they don't even read 'how to setup conf' manual...I'm geting sick of such people...They ask questions like 'how do i join eggdrop to channel' etc...I think all docs and help module should be removed from eggdrop in next version, it's just waste of space...  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br><span style="font-size:200%;line-height:116%">RTFM</span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Thu Jun 24, 2004 9:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-24T08:58:20-04:00</updated>

		<published>2004-06-24T08:58:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37798#p37798</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37798#p37798"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37798#p37798"><![CDATA[
Because it seems that you haven't read those file. I pasted few lines from doc/tcl-commands.doc which contains what you need.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Thu Jun 24, 2004 8:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HolyCow]]></name></author>
		<updated>2004-06-24T07:47:30-04:00</updated>

		<published>2004-06-24T07:47:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37793#p37793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37793#p37793"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37793#p37793"><![CDATA[
Well, fist of all. KrzychuG didnt help me, he just insinuated that I was a kiddie that didnt bother to check the manual.<br><br>I didnt mean to offend anyone else.<br>In fact: thanks for the help gb.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5067">HolyCow</a> — Thu Jun 24, 2004 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bobjuh]]></name></author>
		<updated>2004-06-24T04:20:31-04:00</updated>

		<published>2004-06-24T04:20:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37789#p37789</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37789#p37789"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37789#p37789"><![CDATA[
<blockquote class="uncited"><div>Yes, I've read it shithead.. how else would I know how getuser works?<br>And I'm getting pretty **** tired of not being able to ask a simple question, without lamers like yourself telling me to read the manual!!</div></blockquote>You really think calling people names will make them help you ?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br>If you want help please try to me more polite<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=109">bobjuh</a> — Thu Jun 24, 2004 4:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-06-23T21:42:12-04:00</updated>

		<published>2004-06-23T21:42:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37782#p37782</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37782#p37782"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37782#p37782"><![CDATA[
and for an example on how its used, see my previous post  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Jun 23, 2004 9:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-23T20:00:32-04:00</updated>

		<published>2004-06-23T20:00:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37780#p37780</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37780#p37780"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37780#p37780"><![CDATA[
<blockquote class="uncited"><div>  chattr &lt;handle&gt; [changes [channel]]<br>    Description: changes the attributes for a user record, if you include any.<br>      Changes are of the form '+f', '-o', '+dk', '-o+d', etc. If changes are<br>      specified in the format of |&lt;changes&gt; &lt;channel&gt;, the channel-specific<br>      flags for that channel are altered. You can now use the +o|-o #channel<br>      format here too.<br>    <strong class="text-strong">Returns: new flags for the user (if you made no changes, the current<br>      flags are returned). If a channel was specified, the global AND the<br>      channel-specific flags for that channel are returned in the format of<br>      globalflags|channelflags. "*" is returned if the specified user does<br>      not exist.</strong><br>    Module: core<br><br>  botattr &lt;handle&gt; [changes [channel]]<br>    Description: similar to chattr except this modifies bot flags rather<br>      than normal user attributes.<br>    <strong class="text-strong">Returns: new flags for the bot (if you made no changes, the current<br>      flags are returned). If a channel was specified, the global AND the<br>      channel-specific flags for that channel are returned in the format of<br>      globalflags|channelflags. "*" is returned if the specified bot does<br>      not exist.</strong><br>    Module: core</div></blockquote>List of all available flags you can find in doc/USERS<br><br>Just read those manual once again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Wed Jun 23, 2004 8:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HolyCow]]></name></author>
		<updated>2004-06-23T19:42:51-04:00</updated>

		<published>2004-06-23T19:42:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37779#p37779</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37779#p37779"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37779#p37779"><![CDATA[
Yes, I've read it shithead.. how else would I know how getuser works?<br>And I'm getting pretty [censored] tired of not being able to ask a simple question, without lamers like yourself telling me to read the manual!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5067">HolyCow</a> — Wed Jun 23, 2004 7:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-23T18:47:58-04:00</updated>

		<published>2004-06-23T18:47:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37775#p37775</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37775#p37775"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37775#p37775"><![CDATA[
Have you ever read the manual? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>Check doc/tcl-commands.doc for more tcl commands.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Wed Jun 23, 2004 6:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-06-23T17:58:43-04:00</updated>

		<published>2004-06-23T17:58:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37774#p37774</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37774#p37774"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37774#p37774"><![CDATA[
the command you're looking for is chattr, justdo chattr handle, without any other args, like:<br><blockquote class="uncited"><div>.tcl chattr gb<br>&lt;bot&gt; Tcl: fjlmnoptx</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Jun 23, 2004 5:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HolyCow]]></name></author>
		<updated>2004-06-23T16:41:26-04:00</updated>

		<published>2004-06-23T16:41:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37772#p37772</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37772#p37772"/>
		<title type="html"><![CDATA[get user flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37772#p37772"><![CDATA[
whaaat? <br>this is the tcl script forum.<br>you dont think perhaps I ment with tcl then?<br>I even mentioned a tcl command..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5067">HolyCow</a> — Wed Jun 23, 2004 4:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
