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

	<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>2009-03-31T17:15:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Way2Death]]></name></author>
		<updated>2009-03-31T17:15:13-04:00</updated>

		<published>2009-03-31T17:15:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88234#p88234</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88234#p88234"/>
		<title type="html"><![CDATA[Kicked user PM]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88234#p88234"><![CDATA[
Thanks it works <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=10578">Way2Death</a> — Tue Mar 31, 2009 5:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-03-31T16:59:17-04:00</updated>

		<published>2009-03-31T16:59:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88233#p88233</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88233#p88233"/>
		<title type="html"><![CDATA[Kicked user PM]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88233#p88233"><![CDATA[
Ohh, sorry,<br>Forgot to add the binding...<div class="codebox"><p>Code: </p><pre><code>proc Qkick {nick host handle channel target reason} { if {[string equal -nocase $nick "Q"]} {  puthelp "PRIVMSG $target :You've been kicked by Q!" }}bind kick - * Qkick</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Mar 31, 2009 4:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Way2Death]]></name></author>
		<updated>2009-03-31T16:36:34-04:00</updated>

		<published>2009-03-31T16:36:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88232#p88232</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88232#p88232"/>
		<title type="html"><![CDATA[Kicked user PM]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88232#p88232"><![CDATA[
Thanks for your help, will test it out <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>hm a little question,<br>could that code be used, because will the tcl automatically start the if string or do i have to put something that will initiate it when someone gets kicked?<br><br>Edit; well it didn't work... i have no idea why not<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10578">Way2Death</a> — Tue Mar 31, 2009 4:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-03-31T16:11:40-04:00</updated>

		<published>2009-03-31T16:11:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88231#p88231</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88231#p88231"/>
		<title type="html"><![CDATA[Kicked user PM]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88231#p88231"><![CDATA[
That shouldn't be too hard.<br>Q's kick should trigger the kick binding, just like anyone else. You'd then have to check whether it was Q that did the kicking or someone else.<br>The last part is simply a matter of using puthelp to send a msg to the target.<br><br>Rough example:<div class="codebox"><p>Code: </p><pre><code>proc Qkick {nick host handle channel target reason} { if {[string equal -nocase $nick "Q"]} {  puthelp "PRIVMSG $target :You've been kicked by Q!" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Mar 31, 2009 4:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Way2Death]]></name></author>
		<updated>2009-03-31T15:38:50-04:00</updated>

		<published>2009-03-31T15:38:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88229#p88229</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88229#p88229"/>
		<title type="html"><![CDATA[Kicked user PM]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88229#p88229"><![CDATA[
Hey all,<br>i would like to know if the following is possible.<br>When Q (quakenet bot) kicks/bans someone the bot sends a PM to the kicked/banned player containing some text.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10578">Way2Death</a> — Tue Mar 31, 2009 3:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
