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

	<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>2002-09-20T04:42:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-20T04:42:40-04:00</updated>

		<published>2002-09-20T04:42:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11160#p11160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11160#p11160"/>
		<title type="html"><![CDATA[Tell Bot kick/ban or Op someone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11160#p11160"><![CDATA[
Use Telnet.<br><br>DCC chat is simply a telnet connection, with the advantage of being placed within your irc client.<br><br>Using the hostname of you bot (the v-host/IP you picked in your config file) and the port you picked witht he listen command in the ocnfig file. Simply type "telnet &lt;host&gt; &lt;ip&gt;" at a command prompt/console.<br><br>In windows, you can dot his via the Start -&gt; Run.<br><br>Alternativly, use your own Telnet software.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Sep 20, 2002 4:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-20T04:39:14-04:00</updated>

		<published>2002-09-20T04:39:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11159#p11159</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11159#p11159"/>
		<title type="html"><![CDATA[Tell Bot kick/ban or Op someone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11159#p11159"><![CDATA[
have u tried: <em class="text-italics">/ctcp botnick chat</em> ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri Sep 20, 2002 4:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-19T22:57:53-04:00</updated>

		<published>2002-09-19T22:57:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11147#p11147</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11147#p11147"/>
		<title type="html"><![CDATA[Help me pls !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11147#p11147"><![CDATA[
I use my bot online on IRC Network ! but this IRC Network Do not allowed DCC chat !<br> So How can I ask my bot add more than user as Owner , master ...<br>+user , and .adduser only work in DCC chat with bot !! <br>  How can I bind this command adduser on DCC party line to private query message ???<br> <br>EX : /msg BotNick adduser Nick flags ....<br><br>Thanks you first ....!!!<p>Statistics: Posted by Guest — Thu Sep 19, 2002 10:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darko``]]></name></author>
		<updated>2002-09-19T12:24:02-04:00</updated>

		<published>2002-09-19T12:24:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11107#p11107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11107#p11107"/>
		<title type="html"><![CDATA[Tell Bot kick/ban or Op someone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11107#p11107"><![CDATA[
/msg &lt;bot&gt; op &lt;password&gt; allready exist in eggdrop and is much more secure than what you have there. It as you can see requires password as well, not just nick. Do *NOT* use your code, it is a large security hole. Other helpfull /msg commands you can find in /msg &lt;bot&gt; help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1881">darko``</a> — Thu Sep 19, 2002 12:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spyda]]></name></author>
		<updated>2002-09-17T21:48:39-04:00</updated>

		<published>2002-09-17T21:48:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11039#p11039</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11039#p11039"/>
		<title type="html"><![CDATA[Tell Bot kick/ban or Op someone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11039#p11039"><![CDATA[
<blockquote class="uncited"><div>Code: <br>bind msg - "op" msgm:op <br>proc msgm:op {nick uhost hand text} { <br>if { $nick == SunLife  |  $nick == QuocBao } | { <br>   putserv "MODE $chan +o $nick" <br>   } <br>} <br> </div></blockquote><div class="codebox"><p>Code: </p><pre><code>bind msg - "op" msgm:op proc msgm:op {nick uhost hand text} { if { $nick == SunLife  ||  $nick == QuocBao }  {    putserv "MODE $chan +o $nick"    } } </code></pre></div>Hope that helps<br><br>------------<br>ThePope<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1731">spyda</a> — Tue Sep 17, 2002 9:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-17T21:38:28-04:00</updated>

		<published>2002-09-17T21:38:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11038#p11038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11038#p11038"/>
		<title type="html"><![CDATA[Pls help me !!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11038#p11038"><![CDATA[
I use this TCL to ask Bot in private . but it doesn't work !! anyone help me pls !<br><div class="codebox"><p>Code: </p><pre><code>bind msg - "op" msgm:opproc msgm:op {nick uhost hand text} {  if { $nick == SunLife  |  $nick == QuocBao } | {   putserv "MODE $chan +o $nick"   }}</code></pre></div><p>Statistics: Posted by Guest — Tue Sep 17, 2002 9:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-16T07:51:20-04:00</updated>

		<published>2002-09-16T07:51:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10954#p10954</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10954#p10954"/>
		<title type="html"><![CDATA[Tell Bot kick/ban or Op someone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10954#p10954"><![CDATA[
A simple search on the Tcl archive would produce plenty of these scripts.<br><br>Do a search for <a href="http://www.egghelp.org/cgi-bin/tclarchive.tcl?strings=msg%20commands" class="postlink">msg commands</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Sep 16, 2002 7:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-16T06:37:21-04:00</updated>

		<published>2002-09-16T06:37:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10953#p10953</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10953#p10953"/>
		<title type="html"><![CDATA[Tell Bot kick/ban or Op someone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10953#p10953"><![CDATA[
Is there a .tcl that can make the bot kick and/Ban or Op someone that I tell with robot in private EX : /msg BotNick kick # nick reason  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by Guest — Mon Sep 16, 2002 6:37 am</p><hr />
]]></content>
	</entry>
	</feed>
