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

	<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>2006-05-22T01:29:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[krimson]]></name></author>
		<updated>2006-05-22T01:29:48-04:00</updated>

		<published>2006-05-22T01:29:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63262#p63262</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63262#p63262"/>
		<title type="html"><![CDATA[This message is relayed every 30 minutes. INSANITY]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63262#p63262"><![CDATA[
did you read the previous post?<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>foreach u [userlist] {  if {[getuser $u PASS] == ""} {    chpass $u [randstring 10]  }}</code></pre></div></div></blockquote>(this is how you set a random password for all users)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7663">krimson</a> — Mon May 22, 2006 1:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-05-22T00:24:09-04:00</updated>

		<published>2006-05-22T00:24:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63259#p63259</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63259#p63259"/>
		<title type="html"><![CDATA[This message is relayed every 30 minutes. INSANITY]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63259#p63259"><![CDATA[
i know this is two year olf post - but<br><br>i need the same answer. If there a way to auto set a users password?<br><br>thank you very much<br><br>god bless u all.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Mon May 22, 2006 12:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-10-08T15:33:29-04:00</updated>

		<published>2004-10-08T15:33:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41689#p41689</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41689#p41689"/>
		<title type="html"><![CDATA[This message is relayed every 30 minutes. INSANITY]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41689#p41689"><![CDATA[
<blockquote class="uncited"><div>.chpass &lt;handle&gt; [password]</div></blockquote>or if you have alot of users you can use this script to set a pwd on all<div class="codebox"><p>Code: </p><pre><code>foreach u [userlist] {  if {[getuser $u PASS] == ""} {    chpass $u [randstring 10]  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Fri Oct 08, 2004 3:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-10-08T11:26:16-04:00</updated>

		<published>2004-10-08T11:26:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41681#p41681</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41681#p41681"/>
		<title type="html"><![CDATA[This message is relayed every 30 minutes. INSANITY]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41681#p41681"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>unbind msg - pass *msg:pass</code></pre></div> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"> im curious if something this simple could be used......</div></blockquote>well I just tried than and it dosent seem to work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> is there a way to make it so all new users have a certin pass? basicly anything to stop the msg'ing<p>Statistics: Posted by Guest — Fri Oct 08, 2004 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-10-08T11:13:08-04:00</updated>

		<published>2004-10-08T11:13:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41679#p41679</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41679#p41679"/>
		<title type="html"><![CDATA[This message is relayed every 30 minutes. INSANITY]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41679#p41679"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>unbind msg - pass *msg:pass</code></pre></div> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"> im curious if something this simple could be used......<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Fri Oct 08, 2004 11:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-10-08T10:24:40-04:00</updated>

		<published>2004-10-08T10:24:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41676#p41676</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41676#p41676"/>
		<title type="html"><![CDATA[hrm]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41676#p41676"><![CDATA[
well the thing about it is these people dont even know there added to the bot, its set up in a chan that is +m with auto voice and i have a script that keeps a devoiced list kinda like a ban list so everyone who gets devoiced is addds to the bot with a +q-v flag... basicly i just want to disable it from msg'ing anyone for there pass<p>Statistics: Posted by Guest — Fri Oct 08, 2004 10:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-10-08T10:16:09-04:00</updated>

		<published>2004-10-08T10:16:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41674#p41674</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41674#p41674"/>
		<title type="html"><![CDATA[This message is relayed every 30 minutes. INSANITY]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41674#p41674"><![CDATA[
you could always make them set a password, or set a password for them  <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> — Fri Oct 08, 2004 10:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-10-08T08:17:00-04:00</updated>

		<published>2004-10-08T08:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41671#p41671</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41671#p41671"/>
		<title type="html"><![CDATA[This message is relayed every 30 minutes. INSANITY]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41671#p41671"><![CDATA[
Can someone please tell me how to make my bots/botnet QUIT sending messages to everyone on the user list that say - Your password on me has not been set yet. Please set it by typing /msg mentat` PASS &lt;password&gt;. This message is relayed every 30 minutes.? its driving me nuts and I cant seem to find anyone with an awnser that works... the only scripts installed are netbots, im at a total loss and any help would be good<br><br>tia<p>Statistics: Posted by Guest — Fri Oct 08, 2004 8:17 am</p><hr />
]]></content>
	</entry>
	</feed>
