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

	<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-05-20T16:00:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2008-05-20T16:00:27-04:00</updated>

		<published>2008-05-20T16:00:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83044#p83044</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83044#p83044"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83044#p83044"><![CDATA[
<blockquote class="uncited"><div>tclsh...get real guy.. Realize not everybody wants to install a full unix environment just to run a simple eggdrop on windows, and take that chip off your shoulder jeez..<br><br>Where exactly did I pass judgment on others? Your holiness is upset? Put down the pipe before the pipe puts you away. This is not a pedestal.<br><br>@nml375, professionalism isn't partial to some people, they prefer to throw mud at everyone. Maybe it's something in the water in norway, angry vikings.</div></blockquote>tclsh is not unix only, and neither is it used by eggdrop.<br><br>Sorry if I have a different undersatnding of what "passing judgement mean", probably due to english not being my native language. You know the water makes us all stupid and mud-tossing, and when we have to transalte everything to a foreign language we must indeed look like angry vikings.<br><br>Sorry for pointing out your false advices and wrong assumptions. It will not happen again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Tue May 20, 2008 4:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-05-20T15:16:41-04:00</updated>

		<published>2008-05-20T15:16:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83041#p83041</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83041#p83041"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83041#p83041"><![CDATA[
<blockquote class="uncited"><div>tclsh...get real guy.. Realize not everybody wants to install a full unix environment just to run a simple eggdrop on windows, and take that chip off your shoulder jeez..</div></blockquote>If you want to use tclsh on Windows then just download <a href="http://www.activestate.com/Products/activetcl/?_x=1" class="postlink">ActiveTcl</a> for Windows.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue May 20, 2008 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-20T14:52:28-04:00</updated>

		<published>2008-05-20T14:52:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83036#p83036</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83036#p83036"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83036#p83036"><![CDATA[
<blockquote class="uncited"><div>..pff.. you clearly do NOT know what you are talking about.<br>It is the 2. example that is correct, the one you so clearly define as wrong. Do some testing in tclsh next time before you pass judgment on others.</div></blockquote>tclsh...get real guy.. Realize not everybody wants to install a full unix environment just to run a simple eggdrop on windows, and take that chip off your shoulder jeez..<br><br>Where exactly did I pass judgment on others? Your holiness is upset? Put down the pipe before the pipe puts you away. This is not a pedestal.<br><br>@nml375, professionalism isn't partial to some people, they prefer to throw mud at everyone. Maybe it's something in the water in norway, angry vikings.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Tue May 20, 2008 2:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-05-20T14:29:50-04:00</updated>

		<published>2008-05-20T14:29:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83033#p83033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83033#p83033"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83033#p83033"><![CDATA[
I am probably going to regret making this post, but here it goes anyway...<br><br>You are all right, and you are all wrong...<br>When writing examples, it is imperative that you are very clear on all details of the example, even though you yourself think of them as obvious.<br><br>Speechles' example could be interpreted in two very different ways, resulting in two very different results:<br><br>1st: Here everything would function as per speechles example.<div class="codebox"><p>Code: </p><pre><code>set r [argue "$nick $hand $text"]</code></pre></div><br>2nd: Here things work as strikelight explained.<div class="codebox"><p>Code: </p><pre><code>set r [argue $nick $hand $text]</code></pre></div><br><br>Personally, I don't mind discussions on how things work and do not work. But keep it professional, pecking at each other won't make anyone happier or wiser. And after all, aren't we here to share our wisdom?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue May 20, 2008 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2008-05-20T02:20:18-04:00</updated>

		<published>2008-05-20T02:20:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83016#p83016</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83016#p83016"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83016#p83016"><![CDATA[
<blockquote class="uncited"><div>And so you know I know what Im talking about.<br>Say we have a bind of whatever to proc ARGUE { args }<br><br>parameters passed to $args : $nick $hand $text<br>Code:<br>proc argue { args } {<br>  set first [lindex [split [lindex $args 0]] 0]<br>  set second [lindex [split [lindex $args 0]] 1]<br>  set third [lrange [split [lindex $args 0]] 2 end]<br><br>resut: first = $nick, second = $hand, third = $text<br>Correct use of $args, this guy r0x!<br><br>Code:<br>proc argue { args } {<br>  set first [lindex $args 0]<br>  set second [lindex $args 1]<br>  set third [lrange $args 2 end]<br><br>result: first = {$nick $hand $text} (yes, including curly braces), second = tcl error beyond list length or {} emptiness who knows, third = never executes or behaves as 2 did.<br>Boo! This guy sux!<br><br>Is this enough? Rolling Eyes</div></blockquote>..pff.. you clearly do NOT know what you are talking about.<br>It is the 2. example that is correct, the one you so clearly define as wrong. Do some testing in tclsh next time before you pass judgment on others.<br>example from tclsh:<div class="codebox"><p>Code: </p><pre><code>% set nick Papillon; set hand Whatever; set text "Let's write it with some \[special chars in for fun\]"% proc testing {args} { puts "nick: [lindex $args 0] -- hand:[lindex $args 1] -- text: [lindex $args 2]" }% testing $nick $hand $textnick: Papillon -- hand: Whatever -- text: Let's write it with some [special chars in for fun]or even..% testing $hand $text $nicknick: Whatever -- hand: Let's write it with some [special chars in for fun] -- text: Papillon</code></pre></div>or we can do it with lists within lists<div class="codebox"><p>Code: </p><pre><code>% set text [list first last]; set nick Papillon% proc x {args} { puts "[lindex [lindex $args 0] 1] and [lindex [lindex $args 0] 0], right [lindex $args 1]?" }% x $text $nicklast and first right Papillon?</code></pre></div>As strikelight said. $args is in list format and should be handled as being just that, using split on it is where most people go wrong<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Tue May 20, 2008 2:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2008-05-19T20:41:54-04:00</updated>

		<published>2008-05-19T20:41:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83008#p83008</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83008#p83008"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83008#p83008"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>  If I am unable to detect your emotion, then how are you able to detect mine?</div></blockquote>Age begets wisdom and insight...</div></blockquote>I don't want to compare age, as my age has made me wise enough to never date myself, although in saying that, I probably have let on too much as is ;x<br><blockquote class="uncited"><div><blockquote class="uncited"><div>You can't talk out both sides of your mouth and not be called on it ;x</div></blockquote>What you mean is, both sides of your body. Mouth talks, other side talks, well.. talks.. you know.. 5H17 (forgive my swearing)</div></blockquote>I meant mouth, two separate idioms.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Mon May 19, 2008 8:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-19T20:32:09-04:00</updated>

		<published>2008-05-19T20:32:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83007#p83007</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83007#p83007"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83007#p83007"><![CDATA[
<blockquote class="uncited"><div>  If I am unable to detect your emotion, then how are you able to detect mine?</div></blockquote>Age begets wisdom and insight...<blockquote class="uncited"><div>You can't talk out both sides of your mouth and not be called on it ;x</div></blockquote>What you mean is, both sides of your body. Mouth talks, other side talks, well.. talks.. you know.. 5H17 (forgive my swearing)<blockquote class="uncited"><div>In any event, I just wanted to point out that "args" exists to be used, so no need to denounce those who use it, as long as they use it properly.</div></blockquote>/me points over there somewhere.<br>I'm also pointing something out.<br><br>I didn't denounce. Now I may have used derision, but it was a far cry from denouncing. I can also clearly see we share the same philosophy in the statement "as long as they use it properly". So we shouldn't bicker like children at each other, rather we should focus that energy towards ending the confusion regarding the notorious variable $args .. Which was my intent, and yours in the end.. anyways, back to the forest <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Mon May 19, 2008 8:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2008-05-19T20:24:34-04:00</updated>

		<published>2008-05-19T20:24:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83006#p83006</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83006#p83006"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83006#p83006"><![CDATA[
<blockquote class="uncited"><div>Upset? Come again? The one getting upset is you. Words here are on a screen, given no audible sounds. I can't scream at you, that voice is in your head. Perhaps you both just need some psychiatry and the world will not be so loud. </div></blockquote>  If I am unable to detect your emotion, then how are you able to detect mine?  You can't talk out both sides of your mouth and not be called on it ;x  In any event, I just wanted to point out that "args" exists to be used, so no need to denounce those who use it, as long as they use it properly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Mon May 19, 2008 8:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-19T19:49:39-04:00</updated>

		<published>2008-05-19T19:49:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83005#p83005</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83005#p83005"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83005#p83005"><![CDATA[
<blockquote class="uncited"><div>his reason to use it was to supress defining variables in the declaration of the procedure that he will never use to begin with.  Thus the need.  I think you might be more upset at the fact that you yourself don't understand the practicality and usage of args.</div></blockquote>Upset? Come again? The one getting upset is you. Words here are on a screen, given no audible sounds. I can't scream at you, that voice is in your head. Perhaps you both just need some psychiatry and the world will not be so loud. <br><br>and about the correction. Et tu brute (trying to be witty like u were at the end of your.. speech? was it a speech? because i think im.. well, i know i'm.. speechless)<br><br>/me walks off nto a dense forest of marijuana plants<br>/me whistles theme to andy griffith<br>*fade to green*<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Mon May 19, 2008 7:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2008-05-19T19:28:50-04:00</updated>

		<published>2008-05-19T19:28:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83003#p83003</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83003#p83003"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83003#p83003"><![CDATA[
<blockquote class="uncited"><div>And so you know I know what Im talking about.<br>Say we have a bind of whatever to proc ARGUE { args }<br><br>parameters passed to $args : $nick $hand $text<div class="codebox"><p>Code: </p><pre><code>proc argue { args } {  set first [lindex [split [lindex $args 0]] 0]  set second [lindex [split [lindex $args 0]] 1]  set third [lrange [split [lindex $args 0]] 2 end]</code></pre></div>resut: first = $nick, second = $hand, third = $text<br>Correct use of $args, this guy r0x!<br><div class="codebox"><p>Code: </p><pre><code>proc argue { args } {  set first [lindex $args 0]  set second [lindex $args 1]  set third [lrange $args 2 end]</code></pre></div>result: first = {$nick $hand $text} (yes, including curly braces), second = tcl error beyond list length or {} emptiness who knows, third = never executes or behaves as 2 did.<br>Boo! This guy sux!<br><br>Is this enough?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"></div></blockquote>I think you don't understand args like you think you do.  This 2nd "argue" proc is actually the more correct method.  $args is already in list format.<br><br>eg.<div class="codebox"><p>Code: </p><pre><code>proc mypub {args} {  set nick [lindex $args 0]  set uhost [lindex $args 1]  set hand [lindex $args 2]  set chan [lindex $args 3]  set text [lindex $args 4]  putlog "$nick - $uhost - $hand - $chan - $text"}bind pub - !hi mypub&lt;[sL]&gt; !hi moo moo da moo&lt;bot&gt; [sL] - sl@strikelight.com - sL - #chan - moo moo da moo</code></pre></div><blockquote class="uncited"><div>The simple rule: If there is no need to use $args, then simply don't use it, otherwise your causing confusion...</div></blockquote>His reason to use it was to supress defining variables in the declaration of the procedure that he will never use to begin with.  Thus the need.  I think you might be more upset at the fact that you yourself don't understand the practicality and usage of args.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Mon May 19, 2008 7:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-19T18:24:36-04:00</updated>

		<published>2008-05-19T18:24:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83002#p83002</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83002#p83002"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83002#p83002"><![CDATA[
<blockquote class="uncited"><div>don't be afraid speechless, the args will not bite you. no need to be terrified of it.<br>In place of shouting at people using it (which I did not do) you could try to explain what is so special about it (can't say I have seen you do it yet)<br><br>My bad about chanserv.. my irc-experience is years old and much mixed up. I do not even have access to an eggdrop</div></blockquote>wow, you really do forget things quickly. Look here:<br><a href="http://forum.egghelp.org/viewtopic.php?t=15726" class="postlink">http://forum.egghelp.org/viewtopic.php?t=15726</a><br><br>We've already met you see, and this isn't the first time I've taken issue regarding $args. I'm also well aware you didn't write the script in that thread, merely took what was there and applied his wish to it. But what you can do is correct the severe problems the script has and its half assed approaches to resolve those incorrect uses.<br><br>And so you know I know what Im talking about.<br>Say we have a bind of whatever to proc ARGUE { args }<br><br>parameters passed to $args : $nick $hand $text<div class="codebox"><p>Code: </p><pre><code>proc argue { args } {  set first [lindex [split [lindex $args 0]] 0]  set second [lindex [split [lindex $args 0]] 1]  set third [lrange [split [lindex $args 0]] 2 end]</code></pre></div>resut: first = $nick, second = $hand, third = $text<br>Correct use of $args, this guy r0x!<br><div class="codebox"><p>Code: </p><pre><code>proc argue { args } {  set first [lindex $args 0]  set second [lindex $args 1]  set third [lrange $args 2 end]</code></pre></div>result: first = {$nick $hand $text} (yes, including curly braces), second = tcl error beyond list length or {} emptiness who knows, third = never executes or behaves as 2 did.<br>Boo! This guy sux!<br><br>Is this enough?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><br><br>but wait, let's show more about the confusion.<div class="codebox"><p>Code: </p><pre><code>proc argue { args } {  set args [split $args]  set first [lindex $args 0]  set second [lindex $args 1]  set third [lrange $args 2 end]</code></pre></div>result: first = {$nick, second = $hand, third = $text} (yes including curly braces).<br>Gah, this cluttered up things even worse than it was before. Sux! You will now need to do string range tricks to rid the curly braces (see <a href="http://forum.egghelp.org/viewtopic.php?t=15726" class="postlink">here</a>). <br><br>The simple rule: If there is no need to use $args, then simply don't use it, otherwise your causing confusion...<br><br>Also, this isn't me yelling at you. This is simply one your peers hoping in the future others might not be as confused. Stern advice is the best advice IMHO.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Mon May 19, 2008 6:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2008-05-19T17:46:36-04:00</updated>

		<published>2008-05-19T17:46:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83001#p83001</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83001#p83001"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83001#p83001"><![CDATA[
don't be afraid speechless, the args will not bite you. no need to be terrified of it.<br>In place of shouting at people using it (which I did not do) you could try to explain what is so special about it (can't say I have seen you do it yet)<br><br>My bad about chanserv.. my irc-experience is years old and much mixed up. I do not even have access to an eggdrop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon May 19, 2008 5:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[engineer]]></name></author>
		<updated>2008-05-19T15:03:23-04:00</updated>

		<published>2008-05-19T15:03:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82999#p82999</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82999#p82999"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82999#p82999"><![CDATA[
<a href="http://forum.egghelp.org/viewtopic.php?t=15741" class="postlink">something like this</a><br><br>Cheers m8 the thanks for this link allthough the bot already were identifyed the last post in the link.<br><br>Code:<br>variable nickservpassword "your_password_here"<br><br>bind evnt - init-server evnt:init_server<br><br>proc evnt:init_server {type} {<br>  putquick "MODE $::botnick +iR-ws"<br>  putquick "nickserv identify $::nickservpassword"<br>}<br><br>Solved my problem  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9932">engineer</a> — Mon May 19, 2008 3:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2008-05-19T14:53:53-04:00</updated>

		<published>2008-05-19T14:53:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82998#p82998</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82998#p82998"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82998#p82998"><![CDATA[
<blockquote class="uncited"><div>First off, sure the parameters are trashed, but why use ARGS? To confuse people? Your using it for no reason and it's a special variable..ugh</div></blockquote>In his defense, he doesn't actually use it, it is probably for his convenience since he may or may not remember the actual arguments an init-server bound procedure is called with.  As to your second point, yes it is a special variable, and yes, it does exist.  If it were to never be used, it wouldn't exist at all, so don't take such offence to it and it being used. oy vay.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Mon May 19, 2008 2:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-19T14:25:21-04:00</updated>

		<published>2008-05-19T14:25:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82996#p82996</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82996#p82996"/>
		<title type="html"><![CDATA[Can't giv the bot +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82996#p82996"><![CDATA[
<blockquote class="uncited"><div>It's been a long time since I did anything on irc, but don't you need to "log in" to chanserv to make it recognise it is you? If that is the case just do something like <div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server login_to_chanservproc login_to_chanserv {args} {putserv "PRIVMSG chanserv :logincommand with pass and username goes here"}</code></pre></div>put it at the end of your config-file or make a tcl-file and load it from the config-file</div></blockquote>First off, sure the parameters are trashed, but why use ARGS? To confuse people? Your using it for no reason and it's a special variable..ugh<br><br>Also, Chanserv has nothing to do with nick registration/identifying. Chanserv will only let you change channel permissions and channel access levels. To have your bot identify to the nickname you registered you need to communicate with nickserv and use <a href="http://forum.egghelp.org/viewtopic.php?t=15741" class="postlink">something like this</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Mon May 19, 2008 2:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
