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

	<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>2012-01-28T12:03:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[SmasHinG]]></name></author>
		<updated>2012-01-28T12:03:24-04:00</updated>

		<published>2012-01-28T12:03:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98629#p98629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98629#p98629"/>
		<title type="html"><![CDATA[BadServ.tcl modification]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98629#p98629"><![CDATA[
proc pun:server {nick uhost hand chan} { <br><br><br><br>proc pun:server {nick uhost hand chan text} {<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11766">SmasHinG</a> — Sat Jan 28, 2012 12:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[erotism]]></name></author>
		<updated>2012-01-28T11:01:40-04:00</updated>

		<published>2012-01-28T11:01:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98627#p98627</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98627#p98627"/>
		<title type="html"><![CDATA[BadServ.tcl modification]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98627#p98627"><![CDATA[
Hi, all<br><br>i want to modify badserv.tcl when user use !voice, !v or + in channel<br>bot whois user, and if user in a $server get voice..<br><br>Here tcl:<br><div class="codebox"><p>Code: </p><pre><code>############################### All Right Reserved by Paco ################################ Vuvedete serverite, koito ako nqkoj potrebitel, koito e wlqzal na tqh da mu bude daden op ili voice!set opvoiceserv {  {irc.server1.com}  {irc.server2.com}}# Napishete kanala, za koito da raboti scripta.set chan "#Channel"## Script ##bind pub -|- + pun:serverbind pub -|- !v pun:serverbind pub -|- !voice pun:server####################Start voice check####################proc pun:server {nick uhost hand chan} {  global botnick  if {[string tolower $botnick] == [string tolower $nick]} {    return  }  putquick "whois $nick"}# Start Voice check #bind raw - 312 server:whoisproc server:whois {from key bns} {  global chan opvoiceserv  set nick [lindex [split $bns " "] 1]  set server [string tolower [lindex [split $bns " "] 2]]  foreach bserv $opvoiceserv {if {[string tolower $bserv] == $server} {  pushmode $chan +v $nick  return    }  }}putlog "Loaded Op/Voice server check tcl writen by Paco (irc.techno-link.net)"</code></pre></div>but.. when type !voice on channel -&gt;<br><blockquote class="uncited"><div>Tcl error [pun:server]: wrong # args: should be "pun:server nick uhost hand chan"</div></blockquote><br>Where is my error? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11311">erotism</a> — Sat Jan 28, 2012 11:01 am</p><hr />
]]></content>
	</entry>
	</feed>
