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

	<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-10-17T03:17:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[laynuks]]></name></author>
		<updated>2003-10-17T03:17:09-04:00</updated>

		<published>2003-10-17T03:17:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28611#p28611</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28611#p28611"/>
		<title type="html"><![CDATA[thanks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28611#p28611"><![CDATA[
Thank You Sir_Fz I will let u know if 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=3126">laynuks</a> — Fri Oct 17, 2003 3:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BarkerJr]]></name></author>
		<updated>2003-10-16T16:35:06-04:00</updated>

		<published>2003-10-16T16:35:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28600#p28600</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28600#p28600"/>
		<title type="html"><![CDATA[i need a script for .....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28600#p28600"><![CDATA[
Why don't you just not give ops to people you don't trust?  With any lag at all, that new user can be deleted before the bot can respond.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2933">BarkerJr</a> — Thu Oct 16, 2003 4:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-10-16T08:25:50-04:00</updated>

		<published>2003-10-16T08:25:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28578#p28578</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28578#p28578"/>
		<title type="html"><![CDATA[i need a script for .....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28578#p28578"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>##nickname of user who the bot should send the new op adder's nickset sendwho "YourNickOnIRC"bind kick - * mass:ban proc check:whogave {nick uhost hand ochanx targ rsn} { global onickx if {([string tolower $targ] == [string tolower $botnick]) &amp;&amp; ([string match -nocase $nick x]) &amp;&amp; ([string match -nocase "*\\\(*\\\)*" $rsn])} { set onickx [string trim [lindex [split $rsn "\\\("] 1] "\\\)"]  putquick "PRIVMSG X :access $ochanx $onickx  -modif"  } } bind notc - "*LAST MODIFIED:*" check:adder proc check:adder {nick uhost hand arg dest} { global sendwho onickx  set adder [lindex [split $arg] 2] ; set host [lindex [split $arg] 3] ; set interval [join [lrange [split $arg] 4 end]] putserv "PRIVMSG $sendwho :$adder added $onickx with host : $host since : $interval" }</code></pre></div>tell me if it works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Oct 16, 2003 8:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laynuks]]></name></author>
		<updated>2003-10-16T02:04:28-04:00</updated>

		<published>2003-10-16T02:04:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28560#p28560</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28560#p28560"/>
		<title type="html"><![CDATA[question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28560#p28560"><![CDATA[
Hello I just want correct my mistake of my explanation, I wanna point out that the output message from @X for the massban like this one:<br><br>slordax was kicked by X ((Jaguar) this is a mass ban <br><br><br>actually the word "this is a mass ban" is only a comment that the abusive type as a comment he made in the command:<br>/msg x ban #channel *!*@* this is a massban<br><br><br>I am sorry, I forgot to made this clear. So in other words when he type the command usually without the comment is:<br>/msg x ban #channel *!*@* <br><br>the out the output message from @X is:<br><br>but the BOT see in shell the message in the channel:<br>slordax kicked from #channel by X: (Jaguar)<br><br><br><br>But anyways , I think it would be accurate if  the script is base on what message the bot sees or receives. So when the bass ban in the channel happens and the BOT got kicked and get or see the message:<br><br>BotNick kicked from #channel by X: (Jaguar)<br><br>then a bot script should run to extract the username "Jaguar" then execute this command:<br><br>/msg x access #channel Jaguar -modif <br><br>the output the bot will see in shell from @X is:<br><br>-X (<a href="mailto:cservice@undernet.org">cservice@undernet.org</a>)- USER: Jaguar ACCESS: 499 L<br>-X (<a href="mailto:cservice@undernet.org">cservice@undernet.org</a>)- CHANNEL: #pagadian -- AUTOMODE: OP<br>-X (<a href="mailto:cservice@undernet.org">cservice@undernet.org</a>)- LAST SEEN: 0 days, 06:57:45 ago.<br>-X (<a href="mailto:cservice@undernet.org">cservice@undernet.org</a>)- LAST MODIFIED: (John2003) <a href="mailto:chat@aol.com">chat@aol.com</a> (157 days, 20:52:50 ago)<br>-X (<a href="mailto:cservice@undernet.org">cservice@undernet.org</a>)- End of access list<br><br><br>This output says that it was last Modified by John2003 the one who gave the 100 access to Jaguar to use to mass ban the channel. <br><br> LAST MODIFIED: (John2003) &lt;-- John2003 the one who gave the access and the abusive op <br><br>Then a tcl script  will get or extract the username of the abusive op from the output who gave the temp access to Jaguar and in this example it is "John2003", <br><br>then make the bot message my nickname LAYNUKS and my Bot, and the message  would say" John2003 is the creator of the extra username"<br><br><br>Again sorry for my error<br><br>Thank You <br><br>LAYNUKS<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3126">laynuks</a> — Thu Oct 16, 2003 2:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2003-10-16T01:49:04-04:00</updated>

		<published>2003-10-16T01:49:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28559#p28559</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28559#p28559"/>
		<title type="html"><![CDATA[i need a script for .....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28559#p28559"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set adder [lindex [split $arg] 2] ; set host [lindex [split $arg] 3] ; set interval [join [lrange $arg 4 end]] </code></pre></div>Should Be:<br><div class="codebox"><p>Code: </p><pre><code> set adder [lindex [split $arg] 2] ; set host [lindex [split $arg] 3] ; set interval [join [lrange [split $arg] 4 end]] </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Thu Oct 16, 2003 1:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laynuks]]></name></author>
		<updated>2003-10-16T00:38:05-04:00</updated>

		<published>2003-10-16T00:38:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28558#p28558</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28558#p28558"/>
		<title type="html"><![CDATA[thanks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28558#p28558"><![CDATA[
Thank You <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> I will try it and I will let u know if it works.<br><br><br>LAYNUKS<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3126">laynuks</a> — Thu Oct 16, 2003 12:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-10-15T18:27:03-04:00</updated>

		<published>2003-10-15T18:27:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28545#p28545</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28545#p28545"/>
		<title type="html"><![CDATA[i need a script for .....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28545#p28545"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind kick - * mass:banproc check:whogave {onickx uhost hand ochanx targ rsn} {global ochanx onickx if {([string tolower $targ] == [string tolower $botnick]) &amp;&amp; ([string match -nocase $rsn "*this is a mass ban*"])} { putquick "PRIVMSG X :access $ochanx $onickx -modif" }}bind notc - "*LAST MODIFIED:*" check:adderproc check:adder {nick uhost hand arg dest} {global ochanx onickx set adder [lindex [split $arg] 2] ; set host [lindex [split $arg] 3] ; set interval [join [lrange $arg 4 end]]putserv "NOTICE $ochanx :$adder added $onickx with host : $host since : $interval"}</code></pre></div>I guess this should do it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Oct 15, 2003 6:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laynuks]]></name></author>
		<updated>2003-10-15T02:14:43-04:00</updated>

		<published>2003-10-15T02:14:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28506#p28506</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28506#p28506"/>
		<title type="html"><![CDATA[i need a script for .....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28506#p28506"><![CDATA[
Hi again <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br>These days a lot of abusive ops in Undernet with access level of 400+ sometimes give an access to his extra undernet username to use to massban the channel. For example this abusive op username is John2003 with 450 access level. Now he has an extra username called "Jaguar". Then he gives his other username Jaguar and access level of 100 by doing /msg x adduser #channel Jaguar 100 <br><br>then he quickly use that username to massban a channel by typing:<br>/msg x ban #channel *!*@*<br>  <br>* slordax was kicked by X ((Jaguar) this is a mass ban<br>* schatter was kicked by X ((Jaguar) this is a mass ban<br>* jerk was kicked by X ((Jaguar) this is a mass ban<br>* qqq was kicked by X ((Jaguar) this is a mass ban<br><br>and this will ban all chatters in the channel then John2003 quickly remove the access of Jaguar by doing <br>/msg x remuser #channel Jaguar <br><br><br>To get the information who gave a temporary access to username Jaguar before John2003 removes the access  so  no one can trace him, I must type this command quickly<br>/msg x access #channel Jaguar -modif<br><br>and @X output will say: <br><br> -X- USER: Jaguar ACCESS: 100 LU<br> -X- CHANNEL: #channel -- AUTOMODE: OP<br> -X- LAST SEEN: 0 days, 06:52:33 ago.<br> -X- LAST MODIFIED: (John2003) JohnsNick!<a href="mailto:chat@aol.com">chat@aol.com</a> (156 days,  20:45:54 ago)<br> -X- End of access list<br><br>This output says that it was last Modified by John2003 the one who gave the 100 access to Jaguar to use to mass ban the channel.<br><br> -X- LAST MODIFIED: (John2003) &lt;-- John2003 the one who gave the access and the abusive op<br><br>Now, if anyone can make a tcl script that would get or extract the username of the abusive op from the output who gave the temp access to Jaguar and in this example it is "John2003", then make the bot say " john2003 is the one who gave the access"  in the channel or msg my nickname in the channel or msg the bot.<br><br><br>note: sometimes they hide this ident of the username by making it invisible so no one can check the info but its okay coz usually the abusive that do this massbans rarely make his extra username invisible<br><br><br>Thank You <br><br>LAYNUKS<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3126">laynuks</a> — Wed Oct 15, 2003 2:14 am</p><hr />
]]></content>
	</entry>
	</feed>
