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

	<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>2013-02-01T17:19:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-02-01T17:19:42-04:00</updated>

		<published>2013-02-01T17:19:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100889#p100889</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100889#p100889"/>
		<title type="html"><![CDATA[Need help with avoice..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100889#p100889"><![CDATA[
The code for the ips that will wont be voiced<br><div class="codebox"><p>Code: </p><pre><code>bind join - "#channel *" onjoin:autovoiceset temp(excepts) [list "chanrank.com" "domain.com"]proc onjoin:autovoice {nick uhost hand chan} {global temp        if {$nick == $::botnick} { return }foreach i [split $temp(excepts)] { if {[string match -nocase "*$i*" [lindex [split $uhost @] 1]]} { return } }}</code></pre></div>The .human script<div class="codebox"><p>Code: </p><pre><code>bind PUB n .human human:pubproc human:pub {nick uhost hand chan arg} {set who [lindex [split $arg] 0]if {![onchan $who $chan]} { putserv "PRIVMSG $chan :\002$nick\002 - $who is not on chan"; return }if {[validuser [nick2hand $who]]} {chattr [nick2hand $who] +g $chanputserv "PRIVMSG $chan :\002$nick\002 - Succesfully added \00312$who\003 to autovoice list"} else {adduser $who "*!*@[lindex [split [getchanhost $who $chan] @] 1]"chattr $who +g $chanputserv "PRIVMSG $chan :\002$nick\002 - Succesfully added \00312$who\003 to autovoice list"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Fri Feb 01, 2013 5:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Salik83]]></name></author>
		<updated>2009-04-20T15:27:58-04:00</updated>

		<published>2009-04-20T15:27:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88517#p88517</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88517#p88517"/>
		<title type="html"><![CDATA[Need help with avoice..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88517#p88517"><![CDATA[
hello guys, <br><br>i have some autovoice tcl, but i just want to add some ips so user wont get voice matching those ips. <br>or some code that will add user if global op or master type in channel .human nick and nick will automatically added to the channel +g list? :/ sorry for my bad english!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10607">Salik83</a> — Mon Apr 20, 2009 3:27 pm</p><hr />
]]></content>
	</entry>
	</feed>
