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

	<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>2010-08-25T12:18:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2010-08-25T12:18:46-04:00</updated>

		<published>2010-08-25T12:18:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94103#p94103</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94103#p94103"/>
		<title type="html"><![CDATA[unreal ircd eggdrop bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94103#p94103"><![CDATA[
hmm, i lost it somewhere,<br><br>try this one:<div class="codebox"><p>Code: </p><pre><code>bind pub -|- .vhost info_procbind msgm -|- "*" prv_cmdsproc info_proc { nick uhost hand chan arg } {        putquick "PRIVMSG $chan :$nick: use the syntax /msg bot changevhost newv.v.host"}       proc prv_cmds { nick uhost hand arg } {        set input_args [split $arg]        set cmd [lindex $input_args 0]        set value [string trim [lindex $input_args 1]]        if {$cmd == "changevhost"} {                if {$value != ""} {                        putserv "CHGHOST $nick $value"                } {                        putquick "PRIVMSG $nick :use the syntax /msg bot changevhost newv.v.host"                }        }}putlog "vhost-mgm.tcl loaded"</code></pre></div>I didn't test it, just wrote it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Wed Aug 25, 2010 12:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2010-08-25T04:27:48-04:00</updated>

		<published>2010-08-25T04:27:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94098#p94098</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94098#p94098"/>
		<title type="html"><![CDATA[unreal ircd eggdrop bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94098#p94098"><![CDATA[
oke, if i remember good i have script like this one on my PC @ home, i'll check it when i'll be back.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Wed Aug 25, 2010 4:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Angel]]></name></author>
		<updated>2010-08-24T20:32:12-04:00</updated>

		<published>2010-08-24T20:32:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94096#p94096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94096#p94096"/>
		<title type="html"><![CDATA[unreal ircd eggdrop bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94096#p94096"><![CDATA[
if the bot has ircop previledges it will just use the cmd "/chghost &lt;nick&gt; &lt;host&gt;" to change the host of the user...<br><br>for unreal ircd<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11300">Angel</a> — Tue Aug 24, 2010 8:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2010-08-24T14:16:23-04:00</updated>

		<published>2010-08-24T14:16:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94090#p94090</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94090#p94090"/>
		<title type="html"><![CDATA[unreal ircd eggdrop bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94090#p94090"><![CDATA[
but, what is the command which bot should send to the IRC server?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Tue Aug 24, 2010 2:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Angel]]></name></author>
		<updated>2010-08-21T08:52:28-04:00</updated>

		<published>2010-08-21T08:52:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94038#p94038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94038#p94038"/>
		<title type="html"><![CDATA[unreal ircd eggdrop bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94038#p94038"><![CDATA[
requesting for a script that an eggdrop bot (has ircop preveledges) can change vhost of a certain user when a cmd is triggered..<br><br>like:<br><br>me:.vhost<br>bot:use the syntax /msg bot changevhost newv.v.host<br>me:/msg bot changevhost kickin.some.monsters.org<br><br><br>so in my whois will show my new vhost that the bot changed..<br>the bot will change the vhost whatever the user typed as vhost<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11300">Angel</a> — Sat Aug 21, 2010 8:52 am</p><hr />
]]></content>
	</entry>
	</feed>
