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

	<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>2005-12-19T03:07:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Hawara]]></name></author>
		<updated>2005-12-19T03:07:07-04:00</updated>

		<published>2005-12-19T03:07:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58464#p58464</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58464#p58464"/>
		<title type="html"><![CDATA[Kick users with usermode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58464#p58464"><![CDATA[
thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>That`s why i also scan the channel every 10 minutes <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> And also to find smart ppl who join without +x and then turn it on...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7121">Hawara</a> — Mon Dec 19, 2005 3:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-18T12:57:02-04:00</updated>

		<published>2005-12-18T12:57:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58438#p58438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58438#p58438"/>
		<title type="html"><![CDATA[Kick users with usermode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58438#p58438"><![CDATA[
congrats, glad to see your enthusiasm nowadays when fewer folks bother to learn and help themselves<br><br>there is one potential glitch however: doing WHO on join won't yield results every time since modern IRC servers impose command pace limits to clients, say one WHO in 2 seconds<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 18, 2005 12:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hawara]]></name></author>
		<updated>2005-12-18T11:47:31-04:00</updated>

		<published>2005-12-18T11:47:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58435#p58435</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58435#p58435"/>
		<title type="html"><![CDATA[Kick users with usermode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58435#p58435"><![CDATA[
Yeah! I`ve done it myself!<br><div class="codebox"><p>Code: </p><pre><code>set chan "#tlk-r"bind pub n !kbx foobind join - * foobarbind raw - 352 barbind time - "?0 * * * *" barfooproc barfoo {n u h c y} {  global chan  putserv "who $chan"}proc foo {n u h c t} {putserv "who $c"}proc foobar {n u h c} {putserv "who $c"}proc bar {f k t} {   foreach {x c x h x n u} [split $t] {break}   if ![regexp x $u] return   pushmode $c +b *!*@$h   putkick $c $n "mode -x or die!"} </code></pre></div>and it works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Yay, my first something in tcl!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7121">Hawara</a> — Sun Dec 18, 2005 11:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hawara]]></name></author>
		<updated>2005-12-18T08:31:40-04:00</updated>

		<published>2005-12-18T08:31:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58425#p58425</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58425#p58425"/>
		<title type="html"><![CDATA[Kick users with usermode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58425#p58425"><![CDATA[
Oh great!!! Wonderful!!! Thank you!!!<br><br><br><br>Just one little detail... please, tell me how to make it run on user join<br>(i guess i have to add  bind join - * foo ) and to make bot rescan channel each 5 minutes to find if someone enabled +x mode?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7121">Hawara</a> — Sun Dec 18, 2005 8:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-18T00:49:16-04:00</updated>

		<published>2005-12-18T00:49:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58415#p58415</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58415#p58415"/>
		<title type="html"><![CDATA[Kick users with usermode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58415#p58415"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub n !kbx foobind raw - 352 barproc foo {n u h c t} {putserv "who $c"}proc bar {f k t} {   foreach {x c x h x n u} [split $t] {break}    if ![regexp x $u] return   pushmode $c +b *!*@$h   putkick $c $n }</code></pre></div>I challenge minimalists to shorten that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 18, 2005 12:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hawara]]></name></author>
		<updated>2005-12-17T23:19:41-04:00</updated>

		<published>2005-12-17T23:19:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58414#p58414</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58414#p58414"/>
		<title type="html"><![CDATA[Kick users with usermode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58414#p58414"><![CDATA[
Well, see:<br><br>[06:18:39] * Hawara sets mode: +x<br>-<br>[06:18:39] -NickServ- Beware, usermode +x has only partial effect now, older servers will show your real host. This warning will be removed as soon as the upgrade finished.<br>-<br>* Hawara Hx <a href="mailto:hawara@N654m.NYMDe.free.net">hawara@N654m.NYMDe.free.net</a> :0 Hawara<br>Hawara End of WHO list.<br>-<br>[06:18:54] * Hawara sets mode: -x<br>-<br>* Hawara H <a href="mailto:hawara@hawara.45.free.net">hawara@hawara.45.free.net</a> :0 Hawara<br>Hawara End of WHO list.<br>-<br><br>x - appears only when usermode is activated - so we can guess masked host using who command<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7121">Hawara</a> — Sat Dec 17, 2005 11:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-17T21:33:57-04:00</updated>

		<published>2005-12-17T21:33:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58410#p58410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58410#p58410"/>
		<title type="html"><![CDATA[Kick users with usermode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58410#p58410"><![CDATA[
so how did you know <em class="text-italics">N654m.NYMDe.net</em> isn't a legitimate host?<br><br>or rather, that it's cloaked host; in other words, what is it that differentiates a +x cloaked host from real hosts?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 17, 2005 9:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hawara]]></name></author>
		<updated>2005-12-17T19:03:04-04:00</updated>

		<published>2005-12-17T19:03:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58404#p58404</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58404#p58404"/>
		<title type="html"><![CDATA[Kick users with usermode +x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58404#p58404"><![CDATA[
Can somebody write me a simple script, please?<br><br>All i need is that bot kickbans ppl wich has enabled usermode +x (IP encrypting). <br><br>Basically - in mirc i can type /who Nick <br>and server will return:<br><br>* Nick Hx <a href="mailto:nick@N654m.NYMDe.net">nick@N654m.NYMDe.net</a> :0 Nick<br>Nick End of WHO list.<br><br>Where x is that user had enabled +x<br><br>The server returns userflags in the seven word of the raw 352 command.<br><br>P.S. Sorry for my crappy english. If anyone can help me, please..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7121">Hawara</a> — Sat Dec 17, 2005 7:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
