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

	<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-04T12:13:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-04T12:13:00-04:00</updated>

		<published>2001-12-04T12:13:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2434#p2434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2434#p2434"/>
		<title type="html"><![CDATA[X kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2434#p2434"><![CDATA[
As I can see the "person_kicked" is in fact the username of the kicker and the "vict" is the real victim. Maybe I'm wrong but with my previous code this was happening like this. I don't know what is wrong with my windrop, I guess I have to test from now tcl's on a real eggdrop, a linux one. I guess my problems that I had is from this and other tcl's where not from the code. Hmm .. This is driving me nuts. That's it .. I'm moving to a linux eggdrop. Thx for help ppslim!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Dec 04, 2001 12:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-03T21:21:00-04:00</updated>

		<published>2001-12-03T21:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2406#p2406</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2406#p2406"/>
		<title type="html"><![CDATA[X kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2406#p2406"><![CDATA[
This infact should be<div class="codebox"><p>Code: </p><pre><code>bind kick - "*" kick:extract proc kick:extract {nick uh hand chan vict reas} {   if {$nick != "X"} { return }   set person_kicked [string trim [lindex [split $reas] 0] {()}]   putserv "PRIVMSG $chan :Hey $vict .. why are you kicking my friend ${person_kicked}?"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Dec 03, 2001 9:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-03T20:51:00-04:00</updated>

		<published>2001-12-03T20:51:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2405#p2405</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2405#p2405"/>
		<title type="html"><![CDATA[X kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2405#p2405"><![CDATA[
Well .. I did try an .restart but .. hmm .. I don't know what is hapening with this eggy  now I can see a thing. I use this code:<br><br>- Code -<br>bind kick - "*" kick:extract <br><br>proc kick:extract {nick uh hand chan vict reas} { <br>if {$nick != "X"} { return } <br>set person_kicked [string trim [lindex [split $reas] 0] {()}] <br>putserv "PRIVMSG $chan :Hey person_kicked .. why are you kicking my friend $vict ?"<br>}<br>- Code -<br><br>Now is not working. Uff .. stupid windrop .. I got to test this with a linux eggdrop coz this dive me nuts. Now it's working .. now he don't ..<br>The code listed up he react's to all kicks and if change in there from "-" to an "o" this should react only to "o" user's. Right ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Dec 03, 2001 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-03T20:23:00-04:00</updated>

		<published>2001-12-03T20:23:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2404#p2404</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2404#p2404"/>
		<title type="html"><![CDATA[X kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2404#p2404"><![CDATA[
I don't even see what you think the mistake is.<br><br>You will have to issue a ".restart" to get it working properly, as the original bind will still be in memory.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Dec 03, 2001 8:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-03T20:19:00-04:00</updated>

		<published>2001-12-03T20:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2403#p2403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2403#p2403"/>
		<title type="html"><![CDATA[X kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2403#p2403"><![CDATA[
As I read in the tcl-commands.doc the bind for kick sounds like: "bind kick &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;". I want to bind this for "o" user's and I tyed "bind kick o "*" kick:extract" and other flags and nothing. I don't see where is my mistake. Any sugestions ? Thx!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Dec 03, 2001 8:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-03T19:15:00-04:00</updated>

		<published>2001-12-03T19:15:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2400#p2400</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2400#p2400"/>
		<title type="html"><![CDATA[X kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2400#p2400"><![CDATA[
Thx ppslim! I did want this only when the eggy gets kicked, not for all. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"> Well, now I guess I got to read myself about kick bind's.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Dec 03, 2001 7:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-03T16:23:00-04:00</updated>

		<published>2001-12-03T16:23:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2388#p2388</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2388#p2388"/>
		<title type="html"><![CDATA[X kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2388#p2388"><![CDATA[
<blockquote class="uncited"><div>bind kick - "*" kick:extract<br>proc kick:extract {nick uh hand chan vict reas} {<br>  if {$nick != "X"} { return }<br>  set person_kicked [string trim [lindex [split $reas] 0] {()}]</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Dec 03, 2001 4:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-03T13:56:00-04:00</updated>

		<published>2001-12-03T13:56:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2378#p2378</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2378#p2378"/>
		<title type="html"><![CDATA[X kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2378#p2378"><![CDATA[
Hi, Any sugestions for how to extract the registred username ("this_user") from a kick made thru X ? Btw .. this is for Undernet's server's.<br><br>- kick -<br>[10:42] *** SomeOne was kicked by X((this_user) something)<br>- kick -<br><br>Thx!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Dec 03, 2001 1:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
