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

	<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>2002-05-30T13:24:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[craze]]></name></author>
		<updated>2002-05-30T13:24:00-04:00</updated>

		<published>2002-05-30T13:24:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7443#p7443</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7443#p7443"/>
		<title type="html"><![CDATA[Custom Flags??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7443#p7443"><![CDATA[
Nothing like a good nights sleep <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":grin:" title="Very Happy"><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1283">craze</a> — Thu May 30, 2002 1:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-30T09:04:00-04:00</updated>

		<published>2002-05-30T09:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7430#p7430</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7430#p7430"/>
		<title type="html"><![CDATA[Custom Flags??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7430#p7430"><![CDATA[
I got it working. Actually it just started working on it's own after i went to bed. Guess it just didnt like me or something.<p>Statistics: Posted by Guest — Thu May 30, 2002 9:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-05-30T07:48:00-04:00</updated>

		<published>2002-05-30T07:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7428#p7428</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7428#p7428"/>
		<title type="html"><![CDATA[Custom Flags??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7428#p7428"><![CDATA[
Have you given the user global +H or channel +H.<br><br>Thi will make all the differance when it come to activating the bind.<br><br>Try changing the H in the bind to H|H.<br><br>If that fails to work, I can only asume there is a bug in eggdrop.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu May 30, 2002 7:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-29T12:21:00-04:00</updated>

		<published>2002-05-29T12:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7380#p7380</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7380#p7380"/>
		<title type="html"><![CDATA[Custom Flags??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7380#p7380"><![CDATA[
Yeah i figured the setudef out....<br><br>Ok i got the H flag to work for a "PUB" trigger but it wont trigger on a JOIN. Any reason it wouldnt??<br><br>heres what i have...<br><br>------------------------------------------<br><br>proc halfop_kir {nick uhost hand chan} {<br> putserv "MODE $chan +h $nick"<br>}<br><br>bind join H * halfop_kir<br><br>------------------------------------------<br><br>I've setup sum messages in the proc to test if it's even activating and it doesnt. If i set the flag trigger to * it does though. Im totally confused LOL. Thanx for your help so far, you did confirm what i thought and appreciate any further help you can supply.<br><br><br>&lt;font size=-1&gt;[ This Message was edited by: HanoverFist on 2002-05-29 10:34 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Wed May 29, 2002 12:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-05-29T10:29:00-04:00</updated>

		<published>2002-05-29T10:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7376#p7376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7376#p7376"/>
		<title type="html"><![CDATA[Custom Flags??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7376#p7376"><![CDATA[
The setudef command is not related to user flag what so ever.<br><br>User defined flags for users can just be used.<br><br>EG<br><br>.chattr ppslim +H<br>ppslim now has the +H flag<br><br>to triiger a bind for this flag<br>bind pub H "!opme" pub:H:opme<br><br>When ever ppslim says !opme in a channel, the bind is triggered.<br><br>The is no setup required. Just treat them as if they exist.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed May 29, 2002 10:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-29T07:48:00-04:00</updated>

		<published>2002-05-29T07:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7368#p7368</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7368#p7368"/>
		<title type="html"><![CDATA[Custom Flags??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7368#p7368"><![CDATA[
Ok i found the setudef command <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":razz:" title="Razz"><p>Statistics: Posted by Guest — Wed May 29, 2002 7:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-29T03:42:00-04:00</updated>

		<published>2002-05-29T03:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7362#p7362</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7362#p7362"/>
		<title type="html"><![CDATA[Custom Flags??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7362#p7362"><![CDATA[
First off i should mention im a n00b. I understand the basics of Eggdrop and wrote a few TCL scripts so far so i should be able to do this.<br><br>What im trying to do is setup a "User Defind" flag. My channel uses Half-OPs for it's team captains so i need to set them up for HalfOPs with something like the +H flag. That way anyone with the +H flag gets HalfOPs. The .help says theres 26 user definable flags (A-Z) but i cant find anywhere howto set them up. Do i need to write a script or what?? Any ideas??<br><br>Thanx in advance for any help.<br><br>&lt;font size=-1&gt;[ This Message was edited by: HanoverFist on 2002-05-29 01:43 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Wed May 29, 2002 3:42 am</p><hr />
]]></content>
	</entry>
	</feed>
