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

	<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-09-23T12:05:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[esix]]></name></author>
		<updated>2004-09-22T08:10:30-04:00</updated>

		<published>2004-09-22T08:10:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41129#p41129</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41129#p41129"/>
		<title type="html"><![CDATA[own userlist &amp; invite script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41129#p41129"><![CDATA[
thanks awyeah <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> i will try to do this today, i don't want that. i want to try something on my own <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5311">esix</a> — Wed Sep 22, 2004 8:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-22T02:25:46-04:00</updated>

		<published>2004-09-22T02:25:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41127#p41127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41127#p41127"/>
		<title type="html"><![CDATA[own userlist &amp; invite script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41127#p41127"><![CDATA[
Here is something similar and of the nature.<br>You can modify this, only a few things needed to be changed and one or two lines need to be added.<br><blockquote class="uncited"><div>MD5 login script - Makes using your public admin triggers lots safer by using the flag "Z" to bind to instead of "n". Once you login, the script adds the flag "Z". If your nick changes or if you part the channel, the flag will be taken from you.</div></blockquote><a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=943" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... oad&amp;id=943</a><br><br>I think, I can only guide till here, not build the entire script for you, since a similar copy of it is availiable and you only need to ehance it a bit more.  <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=4875">awyeah</a> — Wed Sep 22, 2004 2:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[esix]]></name></author>
		<updated>2004-09-22T01:17:10-04:00</updated>

		<published>2004-09-22T01:17:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41122#p41122</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41122#p41122"/>
		<title type="html"><![CDATA[own userlist &amp; invite script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41122#p41122"><![CDATA[
no no, i don't want no other commands, just when user logins he gets invited to channel (only 1 chann). will try to modify that script <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5311">esix</a> — Wed Sep 22, 2004 1:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-21T21:20:32-04:00</updated>

		<published>2004-09-21T21:20:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41118#p41118</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41118#p41118"/>
		<title type="html"><![CDATA[own userlist &amp; invite script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41118#p41118"><![CDATA[
There are alot of public command scripts, such as LOL's tcl, and others which have this feature and do all your required tasks uptill step 3. They add users to certain access levels in channels and globally and users can access certain type of commands depending upon their access.<br><br>Once the user logs in, like identifies his password set on his host like: /msg bot auth &lt;pass&gt; then after identification you can make the bot invite the user to the channel. Now you would have to define the channels which the user has access on. If there are more than one, use a foreach loop and invite him on all places.<br><br>putserv "INVITE $nick $chan"<br><br>Then there are help commands for each level of access added in the bot you can make that proc fire, or you can simply make your own. After that you can make your custom proc trigger after you have sent the invitation for the user to join the channel.<br><br>puthelp "NOTICE $nick :Availiable commands for access level 500 are:"<br>puthelp "NOTICE $nick :!op &lt;nick&gt;"<br>puthelp "NOTICE $nick :!deop &lt;nick&gt;"<br>............. and so on.<br><br>This way you can modify previously built scripts to fit your own needs, rather than start from scratch.  <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=4875">awyeah</a> — Tue Sep 21, 2004 9:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[esix]]></name></author>
		<updated>2004-09-23T12:05:18-04:00</updated>

		<published>2004-09-21T10:08:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41085#p41085</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41085#p41085"/>
		<title type="html"><![CDATA[own userlist &amp; invite script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41085#p41085"><![CDATA[
hi,<br>ok i have this idea about my channel in ircnet (i got the idea from torrentbits channel).  is there a way to build a script like this.<br><br>1. i add host *!*@127.0.0.1 to own userlist (txt file?).<br>2. user signs up (signup nick pass). (only once then he has pass).<br>3. user with host *!*@127.0.0.1 logins (/msg bot login nick pass).<br>4. bot invites this user to the channel end notices him with Access Granted message).<br><br>can anyone help me with that?<br><br>thanks<br><br>---- Edit<br><br>ok, i'm making the script on my own, it will check for H flag in userfile and if user has that flag he will be invited to the channel but if anyone could help me how to make it work like /msg botnick login &lt;code&gt; then pls tell <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> (i will publish this script public when it will be done:D) i found that passwdok in commands.doc but can't get it to work  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5311">esix</a> — Tue Sep 21, 2004 10:08 am</p><hr />
]]></content>
	</entry>
	</feed>
