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

	<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>2003-05-11T07:30:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-11T07:30:08-04:00</updated>

		<published>2003-05-11T07:30:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20043#p20043</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20043#p20043"/>
		<title type="html"><![CDATA[needs revenge tcl script that can kick back user who uses X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20043#p20043"><![CDATA[
Btw, about the:<blockquote class="uncited"><div>[13:33] -X- Currently logged on via: <br>[13:33] -X- UserNickName!linuxfreak@69.31.9.3 </div></blockquote>If he is with the +x mode then you won't see it's ip. I'll think to an solution on what you've asked.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun May 11, 2003 7:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laynuks]]></name></author>
		<updated>2003-05-11T07:21:39-04:00</updated>

		<published>2003-05-11T07:21:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20041#p20041</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20041#p20041"/>
		<title type="html"><![CDATA[needs revenge tcl script that can kick back user who uses X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20041#p20041"><![CDATA[
Anyway if you do an info on the kicker and if he is invisible then what? &lt;---- then if it on invisible mode then it will execute the  next line which is remuse <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>but I notice the majority of the usernames are on visible mode.<br>If u can add that line I was talking about it would be a nice addition like this:<br>-------<br>start<br>if kick then <br>  extract username<br>  scan for info to find nick<br>    if found nick then ban nick and remuse username<br>     else if invisible then remuse username<br>done<br>--------<br><br><br>I saw ur xstuff script and its cool  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br><br>Thank You<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3126">laynuks</a> — Sun May 11, 2003 7:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-11T07:01:37-04:00</updated>

		<published>2003-05-11T07:01:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20039#p20039</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20039#p20039"/>
		<title type="html"><![CDATA[needs revenge tcl script that can kick back user who uses X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20039#p20039"><![CDATA[
The kick extractor is a part of my <a href="http://www.egghelp.org/files/tcl/xstuff.tgz" class="postlink">xstuff.tcl</a>. You can give it a try if you want or something. Anyway if you do an info on the kicker and if he is invisible then what? Better scann the channel is matches someone do whatever or even place an ban on *!*@userofthekicker.users.undernet.org<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun May 11, 2003 7:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laynuks]]></name></author>
		<updated>2003-05-11T04:42:10-04:00</updated>

		<published>2003-05-11T04:42:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20036#p20036</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20036#p20036"/>
		<title type="html"><![CDATA[can u add an additional script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20036#p20036"><![CDATA[
Hello caesar i have a new idea, since it can only detect the username can we can modify the script like:<br>###########################################<br>bind kick - "*" my:kick <br><br># kick extractor <br>proc my:kick {nick uh hand chan vict reas} { <br>  if {$nick != "X"} { return 0 } <br>  set kicker [string trim [lindex [split $reas] 0] {()}] <br>  if {$vict == $::botnick} { <br>#get the username<br>    putquick "PRIVMSG X :remuser $chan ${kicker}" <br><br># from /msg x info username command we can add this<br>    putquick "PRIVMSG X :info ${kicker}" <br><br>#can u add another script that scans the UserNickName from the output<br>#from /msg x info UserName or  "PRIVMSG X :info ${kicker}" then ban it.<br>  " script here - - - - - - --- -- - - - - - -   "<br><br>      } <br>  return <br>} <br><br>####################################<br>note: " /msg x info username" will give the NickName of the Username<br><br>[13:33] -X- Information about: Mayonaise (481602)<br>[13:33] -X- Currently logged on via:<br>[13:33] -X-   UserNickName!linuxfreak@69.31.9.3<br>[13:33] -X- Language: 1<br>[13:33] -X- INVISIBLE is Off<br>[13:33] -X- LAST SEEN: 0 days, 00:37:21 ago.<br><br><br>Thank You Again<br>laynuks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3126">laynuks</a> — Sun May 11, 2003 4:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laynuks]]></name></author>
		<updated>2003-05-11T04:28:47-04:00</updated>

		<published>2003-05-11T04:28:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20034#p20034</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20034#p20034"/>
		<title type="html"><![CDATA[thanks for this script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20034#p20034"><![CDATA[
thanks for this script !, do u have a working tcl script of this kind that u have that I can try <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=3126">laynuks</a> — Sun May 11, 2003 4:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laynuks]]></name></author>
		<updated>2003-05-11T03:55:48-04:00</updated>

		<published>2003-05-11T03:55:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20033#p20033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20033#p20033"/>
		<title type="html"><![CDATA[thanks for this script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20033#p20033"><![CDATA[
thanks for this script !, do u have a working tcl script of this kind that u have that I can try <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=3126">laynuks</a> — Sun May 11, 2003 3:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-10T06:15:41-04:00</updated>

		<published>2003-05-10T06:15:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20000#p20000</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20000#p20000"/>
		<title type="html"><![CDATA[needs revenge tcl script that can kick back user who uses X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20000#p20000"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind kick - "*" my:kick# kick extractorproc my:kick {nick uh hand chan vict reas} {   if {$nick != "X"} { return 0 }  set kicker [string trim [lindex [split $reas] 0] {()}]   if {$vict == $::botnick} {    putquick "PRIVMSG X :remuser $chan ${kicker}"  }   return}</code></pre></div>You may change the putquick "PRIVMSG X :remuser $chan ${kicker}" line with what you want.  ${kicker} is the username of the person who kicked him using X.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat May 10, 2003 6:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laynuks]]></name></author>
		<updated>2003-05-09T21:10:23-04:00</updated>

		<published>2003-05-09T21:10:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19996#p19996</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19996#p19996"/>
		<title type="html"><![CDATA[needs revenge tcl script that can kick back user who uses X]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19996#p19996"><![CDATA[
Needs revenge tcl script that can kick back user who uses X command to kick the bot in Undernet.<br><br>The current revenge tcl script that I found can only kick revenge  directly to the user who made the kick, <br>but if the user uses X command like /msg x kick #channel botname the bot cannot do anything coz it only see @X kicked the bot but not the user who uses the x kick command.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3126">laynuks</a> — Fri May 09, 2003 9:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
