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

	<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>2001-12-27T20:51:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-27T20:51:00-04:00</updated>

		<published>2001-12-27T20:51:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3190#p3190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3190#p3190"/>
		<title type="html"><![CDATA[user flags in tcl ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3190#p3190"><![CDATA[
And then it comes back to the simple task of reading the README (yer right).<br><br>Modification is no problem, but it leaves the problem of, if multiple modifications are made, then only the last one sticks (though, this is very unlikely to heppen).<br><br>There isn't anything simple about it, no matter which way you choses, it has it's pros and cons.<br><br>As for the core.help replacment, I wouldn't choose it. As much as some of us read the docs, it means for a harder method of installing. Some files here, some here and some there. As you have seen, it's hard enough for some to read guides on how to do the simple tasks, let alone change a help file around.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Dec 27, 2001 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-12-27T16:24:00-04:00</updated>

		<published>2001-12-27T16:24:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3180#p3180</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3180#p3180"/>
		<title type="html"><![CDATA[user flags in tcl ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3180#p3180"><![CDATA[
actually a simple modification of help/core.help is easier than rewriting the whole help subsystem as it already has flag matching.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Thu Dec 27, 2001 4:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-26T23:51:00-04:00</updated>

		<published>2001-12-26T23:51:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3169#p3169</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3169#p3169"/>
		<title type="html"><![CDATA[user flags in tcl ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3169#p3169"><![CDATA[
It is possible to add items to the ".help" command, but they will not show up, when typing a plain ".help" unless you re-program the ".help" command itself.<br><br>something like<br><div class="codebox"><p>Code: </p><pre><code>unbind dcc - "help" *dcc:helpbind dcc - "help" my:dcc:helpproc my:dcc:help {hand idx arg} {  *dcc:help $hand $idx $arg  if {$arg != ""} { return }  if {[matchattr $hand A]} {    putdcc $idx "COMMANDS AVAILABLE TO +A FLAG HOLDERS"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Dec 26, 2001 11:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-12-26T23:08:00-04:00</updated>

		<published>2001-12-26T23:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3168#p3168</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3168#p3168"/>
		<title type="html"><![CDATA[user flags in tcl ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3168#p3168"><![CDATA[
Read tcl-commands.doc for matchattr<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Wed Dec 26, 2001 11:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-26T22:19:00-04:00</updated>

		<published>2001-12-26T22:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3167#p3167</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3167#p3167"/>
		<title type="html"><![CDATA[user flags in tcl ?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3167#p3167"><![CDATA[
Hi.<br><br>I'm working on a .&lt;command&gt; trigger script.<br>I'm doing fine right now, but somme commands are only working if a user got the right flag.<br>I also got a .help command with the basic commands that are working for any user, no matter what flags they got.<br><br>I wanna add something to the .help commands:<br>i wanna add commands that a user can only use when he got's the right flag to the help command when they're using it (so: if a user with flag +A types .help, he also can see the commands that are using only when you got the flag +A, if a user without the flag +A types .help, he can't see it).<br><br>I think it must be something like:<br>if {$flag == "A"} { putserv "PRIVMSG $nick :&lt;text&gt;"<br>but dunno what it'll have to be exactly.<br><br>Can someone help me?<br><br>Greejtz, Zygo.<p>Statistics: Posted by Guest — Wed Dec 26, 2001 10:19 pm</p><hr />
]]></content>
	</entry>
	</feed>
