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

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

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-06-13T12:46:00-04:00</updated>

		<published>2002-06-13T12:46:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7933#p7933</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7933#p7933"/>
		<title type="html"><![CDATA[n00bie :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7933#p7933"><![CDATA[
try switsching text with args <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":grin:" title="Very Happy"><p>Statistics: Posted by Guest — Thu Jun 13, 2002 12:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-06-05T11:55:00-04:00</updated>

		<published>2002-06-05T11:55:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7694#p7694</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7694#p7694"/>
		<title type="html"><![CDATA[n00bie :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7694#p7694"><![CDATA[
While the above will work, I sugest that you do not use the variable args.<br><br>This has a special function in Tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Jun 05, 2002 11:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-05-31T20:46:00-04:00</updated>

		<published>2002-05-31T20:46:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7514#p7514</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7514#p7514"/>
		<title type="html"><![CDATA[n00bie :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7514#p7514"><![CDATA[
<blockquote class="uncited"><div><br>bind ctcp - ACTION pub_kick<br><br>proc pub_kick {nick uhost hand chan args} {<br><br>  putserv "KICK $chan $nick :$1"<br>  return 1<br>}<br></div></blockquote>bind ctcp - ACTION pub_kick<br><br>proc pub_kick {nick uhost hand chan args} {<br>  if {[string tolower $args] == "*away*"} {<br>    putkick "$chan $nick :$text"<br>    return 1<br>  }<br>}<br><br><br>try that<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri May 31, 2002 8:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-31T16:21:00-04:00</updated>

		<published>2002-05-31T16:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7502#p7502</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7502#p7502"/>
		<title type="html"><![CDATA[n00bie :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7502#p7502"><![CDATA[
bind ctcp - ACTION pub_kick<br><br>proc pub_kick {nick uhost hand chan args} {<br><br>  putserv "KICK $chan $nick :$1"<br>  return 1<br>}<br><br>with the help from the other i came so far. new question <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":razz:" title="Razz"> how do i know when they say /me is away on the chans ? i  was thinking about tag $text like in the documentation both it didn't work then i thought about $1 and still it didn't work. Can someone help me?  <p>Statistics: Posted by Guest — Fri May 31, 2002 4:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
