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

	<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>2001-12-21T23:02:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-12-21T23:02:00-04:00</updated>

		<published>2001-12-21T23:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3018#p3018</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3018#p3018"/>
		<title type="html"><![CDATA[Why doesn't it work ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3018#p3018"><![CDATA[
Ohh, we do know. We're just waiting for you to read the manual.<br><br>quote from doc/tcl-commands.doc 1.6.x version<br><div class="codebox"><p>Code: </p><pre><code>  (7)  NOTC   (stackable)       bind notc &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;|      procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;text&gt; &lt;dest&gt;|      destination will be a nickname (the bot's nickname, obviously) or|      a channel name; matches the entire line of text from a /notice with       the mask; it is considered a breach of protocol to respond to a       /notice on IRC, so this is intended for internal use (ie, logging, etc)       only|      new Tcl procs should be declared as|      proc notcproc {nick uhost hand text {dest ""}} {|        global botnick; if {$dest==""} { set dest $botnick }|        ...|      }|      for compatiblity</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Fri Dec 21, 2001 11:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-21T03:00:00-04:00</updated>

		<published>2001-12-21T03:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2989#p2989</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2989#p2989"/>
		<title type="html"><![CDATA[Why doesn't it work ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2989#p2989"><![CDATA[
Nobody knows ? Incredible .. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Fri Dec 21, 2001 3:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-18T13:29:00-04:00</updated>

		<published>2001-12-18T13:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2916#p2916</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2916#p2916"/>
		<title type="html"><![CDATA[Why doesn't it work ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2916#p2916"><![CDATA[
Hi,<br><br>This script work perfectly on eggdrop 1.4.x and below, but not on eggdrop 1.6.x<br>The error is : TCL error [ezbncpass_notc]: called "ezbncpass_notc" with too many arguments<br><br>The code is :<br>set pass "blah"<br><br>set irc_servers {<br>irc-1.stealth.net:5554<br>}<br><br>set vhost "blah.com"<br><br>set ezbncpass "Please use /quote PASS &lt;password&gt; to register"<br>set ezbnc2pass "Please use /quote PASS &lt;password&gt; to register..."<br>set bncpass "You need to say /quote PASS &lt;password&gt;"<br><br>set serv 0<br><br>bind notc - $ezbncpass ezbncpass_notc<br>bind notc - $ezbnc2pass ezbncpass_notc<br>bind notc - $bncpass bncpass_notc<br><br>proc ezbncpass_notc {nick host hand text}  {<br>     global pass ircserver vhost irc_servers sers serv<br>     putserv "PASS $pass"<br>     putserv "VHOST $vhost"<br>     putserv "CONN [lindex $irc_servers $serv]"<br>}<br><br>proc bncpass_notc {nick host hand text}  {<br>     global pass ircserver vhost irc_servers sers serv<br>     putserv "PASS $pass"<br>     putserv "VIP $vhost"<br>     putserv "CONN [lindex $irc_servers $serv]"<br>}<br><br>Thanks in advance.<p>Statistics: Posted by Guest — Tue Dec 18, 2001 1:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
