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

	<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-10-22T14:44:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-10-22T14:44:54-04:00</updated>

		<published>2004-10-22T14:44:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42096#p42096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42096#p42096"/>
		<title type="html"><![CDATA[Re: login]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42096#p42096"><![CDATA[
<blockquote class="uncited"><div>i dunno if i need a tcl or it is just a setting, when im in a botroom id like to see whe other users from other rooms where the bots are, login to the bots, how do i get this to show in bot channel????</div></blockquote> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> since eggdrop has no default "login" function built-in, what script are you currently using to provide this command?    Last we spoke, you were running a version of the massive stormbot.tcl, which already has this feature... or at least used to... altering the actual procedure that is providing the "login" feature would be best (try <strong class="text-strong">.binds *login*</strong> or <strong class="text-strong">.binds msg</strong> to find the procedure  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> ), but you could always just create a seperate procedure and add it to this or another tcl...maybe something along these lines...<div class="codebox"><p>Code: </p><pre><code>set homechan "#bots_kick_ass"if {![info exists homechan]} {set homechan "[lindex [channels] 0]"}bind msgm - "*login*" call_homeproc call_home { nick host hand text } { global botnick homechan if  {[passwdok $hand [lindex $text 0]]} {  putmsg $homechan "\002$nick\002 ($hand) ($host) logged in successfully..."}if {![validuser $hand]} {  putmsg $homechan "\002ATTENTION!\002 $nick ($host) failed authentication!"}</code></pre></div>  But I still feel it is better to alter the original procedure that controls this  <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> — Fri Oct 22, 2004 2:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lindy]]></name></author>
		<updated>2004-10-22T03:57:27-04:00</updated>

		<published>2004-10-22T03:57:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42082#p42082</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42082#p42082"/>
		<title type="html"><![CDATA[login]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42082#p42082"><![CDATA[
thanksill give it a go <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=3970">lindy</a> — Fri Oct 22, 2004 3:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2004-10-21T14:46:29-04:00</updated>

		<published>2004-10-21T14:46:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42067#p42067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42067#p42067"/>
		<title type="html"><![CDATA[login]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42067#p42067"><![CDATA[
not sure what this is what you want but it's my best guess<br><div class="codebox"><p>Code: </p><pre><code>bind chon - * chonbind chof - * chofproc chon { h i } { puthelp "PRIVMSG #botchannel :$h logged in" }proc chof { h i } { puthelp "PRIVMSG #botchannel :$h logged out" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Thu Oct 21, 2004 2:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lindy]]></name></author>
		<updated>2004-10-21T13:48:58-04:00</updated>

		<published>2004-10-21T13:48:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42065#p42065</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42065#p42065"/>
		<title type="html"><![CDATA[login]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42065#p42065"><![CDATA[
i dunno if i need a tcl or it is just a setting, when im in a botroom id like to see whe other users from other rooms where the bots are, login to the bots, how do i get this to show in bot channel????<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3970">lindy</a> — Thu Oct 21, 2004 1:48 pm</p><hr />
]]></content>
	</entry>
	</feed>
