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

	<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>2005-03-08T11:03:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-03-08T11:03:05-04:00</updated>

		<published>2005-03-08T11:03:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47357#p47357</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47357#p47357"/>
		<title type="html"><![CDATA[binding on $notify-newusers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47357#p47357"><![CDATA[
<blockquote class="uncited"><div>assuming you have several perm owners:<div class="codebox"><p>Code: </p><pre><code>foreach owner [split [regsub -all {[ ,]{1,}} $::owner " "]] {  storenote newuser $owner "$newuser added by $hand" -1}</code></pre></div></div></blockquote>You assume correctly...thanks!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Tue Mar 08, 2005 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-03-08T04:42:14-04:00</updated>

		<published>2005-03-08T04:42:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47321#p47321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47321#p47321"/>
		<title type="html"><![CDATA[binding on $notify-newusers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47321#p47321"><![CDATA[
what you also could do is unbind +user thing and make one of your own.. calling upon an event or something..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Tue Mar 08, 2005 4:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-03-08T04:08:53-04:00</updated>

		<published>2005-03-08T04:08:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47314#p47314</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47314#p47314"/>
		<title type="html"><![CDATA[binding on $notify-newusers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47314#p47314"><![CDATA[
assuming you have several perm owners:<div class="codebox"><p>Code: </p><pre><code>foreach owner [split [regsub -all {[ ,]{1,}} $::owner " "]] {  storenote newuser $owner "$newuser added by $hand" -1}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Mar 08, 2005 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-03-07T23:44:22-04:00</updated>

		<published>2005-03-07T23:44:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47312#p47312</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47312#p47312"/>
		<title type="html"><![CDATA[binding on $notify-newusers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47312#p47312"><![CDATA[
thanks demond  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"> <br>so, to accomplish what i want, i should include a <strong class="text-strong">storenote</strong> command within the adduser procedure?  ya think ya could you show me an example using storenote to save a note for $permowners?<br><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=2706">YooHoo</a> — Mon Mar 07, 2005 11:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-03-07T14:35:36-04:00</updated>

		<published>2005-03-07T14:35:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47295#p47295</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47295#p47295"/>
		<title type="html"><![CDATA[binding on $notify-newusers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47295#p47295"><![CDATA[
you can't bind on that, there is no such bind<br><br>what you can do is modifying your script's adduser procs to notify you accordingly<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Mar 07, 2005 2:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-03-07T01:35:11-04:00</updated>

		<published>2005-03-07T01:35:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47281#p47281</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47281#p47281"/>
		<title type="html"><![CDATA[binding on $notify-newusers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47281#p47281"><![CDATA[
can someone explain how to bind upon $notify-newusers ?  It works perfectly fine when the dcc cmd <strong class="text-strong">.adduser</strong>...<br>however, i run another comprehensive script (besides netbots), Stormbot, on most of my botnet, and it has both public and /msg commands to adduser.  I am wondering if eggdrop has automated the process enuf to simply include the global variable <strong class="text-strong">$notify-newusers</strong> in a process, in order for it to save a note to $owner?  My goal is to have the bot save me a note if added via dcc, msg, or pub.  Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green">[/b]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Mon Mar 07, 2005 1:35 am</p><hr />
]]></content>
	</entry>
	</feed>
