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

	<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-07-26T15:43:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-26T15:43:42-04:00</updated>

		<published>2003-07-26T15:43:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23995#p23995</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23995#p23995"/>
		<title type="html"><![CDATA[How do I get my eggdrop to execute a command if it is msged]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23995#p23995"><![CDATA[
Brilliant, that works a treat. Thanks once more!<p>Statistics: Posted by Guest — Sat Jul 26, 2003 3:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-07-26T15:07:58-04:00</updated>

		<published>2003-07-26T15:07:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23994#p23994</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23994#p23994"/>
		<title type="html"><![CDATA[How do I get my eggdrop to execute a command if it is msged]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23994#p23994"><![CDATA[
putserv "KLINE $n"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sat Jul 26, 2003 3:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-26T13:10:49-04:00</updated>

		<published>2003-07-26T13:10:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23991#p23991</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23991#p23991"/>
		<title type="html"><![CDATA[How do I get my eggdrop to execute a command if it is msged]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23991#p23991"><![CDATA[
The syntax for the kline would be /kline nick<br>If entered from my clients' command line. How would this translate into the script you have shown me?<br><br>Thanks again ... Fizz<p>Statistics: Posted by Guest — Sat Jul 26, 2003 1:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-26T12:43:04-04:00</updated>

		<published>2003-07-26T12:43:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23988#p23988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23988#p23988"/>
		<title type="html"><![CDATA[How do I get my eggdrop to execute a command if it is msged]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23988#p23988"><![CDATA[
You should chech the "noads.tcl" .... it's a good script designed to ban spamming bot / ppl <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>You should find the binds you need to do what you want <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>and next, you'll have to add a procedure to kline everybody who /msg your bot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Maybe you should check before ading kline if the one msging in the in the bot userlist ^^<br><br>good luck <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br><br>-- argh ... too slow  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by Guest — Sat Jul 26, 2003 12:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-07-26T12:40:16-04:00</updated>

		<published>2003-07-26T12:40:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23986#p23986</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23986#p23986"/>
		<title type="html"><![CDATA[How do I get my eggdrop to execute a command if it is msged]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23986#p23986"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msgm - "*" msgm:klineproc msgm:kline { n uh h t } {  if { [validuser [nick2hand $n]] } { return 0 }# do the kline stuff  return 0}</code></pre></div>i dont know the syntax of kill/kline stuff<br>also, im not sure, but this might break other msg commands<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sat Jul 26, 2003 12:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-26T12:02:10-04:00</updated>

		<published>2003-07-26T12:02:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23983#p23983</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23983#p23983"/>
		<title type="html"><![CDATA[How do I get my eggdrop to execute a command if it is msged]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23983#p23983"><![CDATA[
Due to enourmous amounts of spam on my network I would like my eggdrop to add a kline for anyone who messages it. I have had a similar script running in my remotes on MIRC but unfortunately I cannot be online all the time. My bot can!<br>Can anyone helpme with this<br>Many Thanks .... Fizz<p>Statistics: Posted by Guest — Sat Jul 26, 2003 12:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
