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

	<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>2008-07-28T16:52:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Danik]]></name></author>
		<updated>2008-07-28T16:52:17-04:00</updated>

		<published>2008-07-28T16:52:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84232#p84232</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84232#p84232"/>
		<title type="html"><![CDATA[Can somebody tell what is wrong in this script ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84232#p84232"><![CDATA[
Does anybody know how can I combine (link) this 2 scripts ( if the  egg doesnt have @, it will voice through X Undernet<br><div class="codebox"><p>Code: </p><pre><code>proc pub:unban { nick uhost hand chan text } {  global botnick drchan reason opsc tnick   if {[botisop $chan]} {     if {[string length $text] &gt; 0} {       set tnick [lindex $text 0]       if {[ischanban $tnick $chan]} {       killchanban $chan $tnick       putserv "MODE $chan -b $tnick"       putquick "privmsg X :unban $chan $tnick"       putserv "privmsg $opsc :$hand/$nick: I removed \002$tnick\002 from $chan" }       if {[isban $chan $tnick]} {       killban $tnick       } else { puthelp "NOTICE $nick : I can't see that ban in the channel list" }     } else { puthelp "NOTICE $nick :SYNTAX: .ub &lt;nick!user@host&gt; - unbans an address" }   } else { puthelp "NOTICE $nick :I Don't Have op!" } } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9992">Danik</a> — Mon Jul 28, 2008 4:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
