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

	<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>2009-02-24T13:40:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-02-24T13:40:47-04:00</updated>

		<published>2009-02-24T13:40:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87537#p87537</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87537#p87537"/>
		<title type="html"><![CDATA[Oper + Set Fakehost script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87537#p87537"><![CDATA[
Any problems, reply to this post <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><div class="codebox"><p>Code: </p><pre><code># This is the "string" we use to Auth to are account# Example:##  AuthServ login mybot mybotspassword## Would send "login mybot mybotspassword" to AuthServset account_syntax ""set oper_name ""      ;# O:line name to use for /operset oper_pass ""      ;# O:line password to use for /operproc vhost:pub {nick uhost hand chan text} { set vhost [lindex [split $text] 0] if {$vhost == ""} { puthelp "NOTICE $nick :Usage: -vhost &lt;Your.IRC.Vhost&gt;" return 0 } else {  putserv "PRIVMSG AuthServ OSET $nick fakehost $vhost"  putlog "VHOST: Set fakehost for $nick ($uhost) to $vhost"  return 1 }}proc operin:evnt {type} { global account_syntax oper_name oper_pass if {$account_syntax != ""} {  puthelp "PRIVMSG $account_syntax"  putlog "AUTH: logged in to my account with [lindex [split $account_syntax] 0]" } if {($oper_name != "") &amp;&amp; ($oper_pass != "")} {  putserv "OPER $oper_name $oper_pass"  putlog "OPER: send /OPER command to IRC Server" }}bind pub -|- -vhost vhost:pubbind evnt - init-server operin:evnt</code></pre></div> P.S this post is probably old by now, but since alot of requests for "oper" type scripts are around. felt it may at least help one of them <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=8130">TCL_no_TK</a> — Tue Feb 24, 2009 1:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ezzi]]></name></author>
		<updated>2008-12-19T18:06:41-04:00</updated>

		<published>2008-12-19T18:06:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86383#p86383</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86383#p86383"/>
		<title type="html"><![CDATA[Oper + Set Fakehost script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86383#p86383"><![CDATA[
i use authserv on my network and i want my bot to be able to oper up and auth into an account but when someone says -vhost this.is.my.vhost.net i want the bot to /msg authserv oset USERS-NAME fakehost THIS.IS.MY.VHOST.NET<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10378">Ezzi</a> — Fri Dec 19, 2008 6:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
