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

	<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>2005-01-07T22:17:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[sofit]]></name></author>
		<updated>2005-01-07T10:43:06-04:00</updated>

		<published>2005-01-07T10:43:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45131#p45131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45131#p45131"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45131#p45131"><![CDATA[
Why would you ever need that? The script should look something like:<div class="codebox"><p>Code: </p><pre><code>bind join - * join:procproc join:proc {nick uhost hand chan} {  if {[isbotnick $nick]} {    putserv "PRIVMSG target :message"  }}</code></pre></div>But anyway, the bot would then msg the target everytime it joins a channel (you want it only when the bot joins a channel right?). And this will be for all channels it joins...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5866">sofit</a> — Fri Jan 07, 2005 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-01-07T22:17:25-04:00</updated>

		<published>2005-01-07T10:42:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45130#p45130</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45130#p45130"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45130#p45130"><![CDATA[
<blockquote class="uncited"><div>One more:<br><br>init-server  - this is for when joining the server<br><br>how about when joining the chan insted of server?<br><br>Thanks guys I really appreciate your help.</div></blockquote>that's "bind join", but I've got the feeling this is what you want:<div class="codebox"><p>Code: </p><pre><code>bind need - "* op" needopproc needop {c t} {putserv "PRIVMSG target :op me on $c!"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Jan 07, 2005 10:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MnM]]></name></author>
		<updated>2005-01-07T10:30:54-04:00</updated>

		<published>2005-01-07T10:30:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45128#p45128</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45128#p45128"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45128#p45128"><![CDATA[
One more:<br><br>init-server  - this is for when joining the server<br><br>how about when joining the chan insted of server?<br><br>Thanks guys I really appreciate your help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5849">MnM</a> — Fri Jan 07, 2005 10:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MnM]]></name></author>
		<updated>2005-01-07T10:16:03-04:00</updated>

		<published>2005-01-07T10:16:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45127#p45127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45127#p45127"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45127#p45127"><![CDATA[
Thanks that is what I was looking for. It worked. All my issues are now solved (for now) <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=5849">MnM</a> — Fri Jan 07, 2005 10:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-01-07T10:12:14-04:00</updated>

		<published>2005-01-07T10:12:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45126#p45126</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45126#p45126"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45126#p45126"><![CDATA[
set the password as global variable<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Jan 07, 2005 10:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sofit]]></name></author>
		<updated>2005-01-07T10:11:37-04:00</updated>

		<published>2005-01-07T10:11:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45125#p45125</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45125#p45125"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45125#p45125"><![CDATA[
Just escape the $ with \$<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5866">sofit</a> — Fri Jan 07, 2005 10:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MnM]]></name></author>
		<updated>2005-01-07T10:10:47-04:00</updated>

		<published>2005-01-07T10:10:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45124#p45124</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45124#p45124"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45124#p45124"><![CDATA[
What I am talking about is the :message part from "PRIVMSG target :message";#}<br><br>My actual message contains a few $ characters in it (is a password) so the script think is a variable (but is not is just a password). How can I fix this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5849">MnM</a> — Fri Jan 07, 2005 10:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-01-07T10:07:50-04:00</updated>

		<published>2005-01-07T10:07:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45123#p45123</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45123#p45123"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45123#p45123"><![CDATA[
if it's a global variable, you don't need to change user's code<br><br>if it's not global, make it global or substitute [putquick] from user's code with the appropriate proc name, noting that the proc will be called with one argument - event type<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Jan 07, 2005 10:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MnM]]></name></author>
		<updated>2005-01-07T10:00:14-04:00</updated>

		<published>2005-01-07T10:00:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45122#p45122</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45122#p45122"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45122#p45122"><![CDATA[
Thanks. Try to work with this now, however the msg I am trying to send has $ in so it thinks is a variable. How can I solve this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5849">MnM</a> — Fri Jan 07, 2005 10:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-01-07T09:27:54-04:00</updated>

		<published>2005-01-07T09:27:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45119#p45119</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45119#p45119"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45119#p45119"><![CDATA[
<blockquote class="uncited"><div>What I need is a script that will execute a /msg command as soon as the bot joins the irc server.</div></blockquote><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server {putquick "PRIVMSG target :message";#}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Jan 07, 2005 9:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MnM]]></name></author>
		<updated>2005-01-07T09:13:38-04:00</updated>

		<published>2005-01-07T09:13:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45118#p45118</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45118#p45118"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45118#p45118"><![CDATA[
Did speak a bit too soon.<br>What I need is a script that will execute a /msg command as soon as the bot joins the irc server. Can anyone help me with this?<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5849">MnM</a> — Fri Jan 07, 2005 9:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MnM]]></name></author>
		<updated>2005-01-07T08:27:56-04:00</updated>

		<published>2005-01-07T08:27:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45117#p45117</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45117#p45117"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45117#p45117"><![CDATA[
Thanks. using .msg from partyline worked a treat.<br><br>Thanks for the help again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5849">MnM</a> — Fri Jan 07, 2005 8:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MnM]]></name></author>
		<updated>2005-01-07T07:47:19-04:00</updated>

		<published>2005-01-07T07:47:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45116#p45116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45116#p45116"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45116#p45116"><![CDATA[
Damnation85: I can not do that since the eggdrop pc has no irc clients at all. I might look into that option.<br><br>user: u mean from party line? can u please explain a bit more? I am sort of new to all this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5849">MnM</a> — Fri Jan 07, 2005 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-01-07T07:17:07-04:00</updated>

		<published>2005-01-07T07:17:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45115#p45115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45115#p45115"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45115#p45115"><![CDATA[
use .msg or .dump? using a script for a simple, one-time task like this seems weird to me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Jan 07, 2005 7:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Damnation85]]></name></author>
		<updated>2005-01-07T04:09:06-04:00</updated>

		<published>2005-01-07T04:09:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45110#p45110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45110#p45110"/>
		<title type="html"><![CDATA[script for bot to send commands to irc (chanserv nickserv)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45110#p45110"><![CDATA[
this may seem stupid but this is what i did....<br>i did /nick altered my name to the bots name (when it was offline)<br><br>registered its nick. then updated the nickserv code that identifies it. then loaded the bot. and all works fine for me : o)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5811">Damnation85</a> — Fri Jan 07, 2005 4:09 am</p><hr />
]]></content>
	</entry>
	</feed>
