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

	<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>2007-05-24T10:19:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-05-24T10:19:09-04:00</updated>

		<published>2007-05-24T10:19:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72945#p72945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72945#p72945"/>
		<title type="html"><![CDATA[hi help a script with +ipcheck]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72945#p72945"><![CDATA[
Something like this then. Also took the liberty of fixing several bugs, aswell as removed stale code...<br><div class="codebox"><p>Code: </p><pre><code>bind msg -|- entra kick:msgbind msg -|- chupi kick:salesetudef flag ipcheckproc kick:msg {nick uhost hand arg} {  set kchan [lindex [split $arg] 0]  channel add $kchan [list +ipcheck]  putquick "PRIVMSG $kchan :Im here - Awaiting orders $nick"}proc kick:sale {nick uhost hand arg} {  set kchan [lindex [split $arg] 0]  channel remove $kchan  putquick "NOTICE $nick :Just joined $kchan."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu May 24, 2007 10:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[masheen]]></name></author>
		<updated>2007-05-24T10:08:02-04:00</updated>

		<published>2007-05-24T10:08:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72944#p72944</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72944#p72944"/>
		<title type="html"><![CDATA[hi help a script with +ipcheck]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72944#p72944"><![CDATA[
hi again i nid help with my script here<br><div class="codebox"><p>Code: </p><pre><code>bind msg -|- entra kick:msgbind msg -|- chupi kick:saleproc kick:msg {nick uhost hand arg} {set kchan [lindex $arg 0]channel add $kchanputquick "JOIN $kchan"putquick "PRIVMSG $kchan :Im here - Awaiting orders $nick"}proc kick:sale {nick uhost hand arg} {global botnickset kchan [lindex $arg 0]set knick [lindex $arg 1]set kreason [lrange $arg 2 end]channel remove $kchanputquick "NOTICE $nick :Just joined $cchannel."}</code></pre></div>note: i know the naming convention is lame hehe...but what this script does is if i msg it with <strong class="text-strong">entra #chan</strong> it joins the chan. this script is actually working fine already so all is well with this one...but this time i am hoping if anyone can put in a line or two on this script to FLAG the channel with <strong class="text-strong">+ipcheck</strong> everytime it joins a chan. is that possible? thanks for anyone who helps <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8950">masheen</a> — Thu May 24, 2007 10:08 am</p><hr />
]]></content>
	</entry>
	</feed>
