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

	<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>2006-04-12T16:14:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-04-12T16:14:04-04:00</updated>

		<published>2006-04-12T16:14:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61840#p61840</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61840#p61840"/>
		<title type="html"><![CDATA[Help with this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61840#p61840"><![CDATA[
glad to help when/where I can for someone that is at least trying  <br> <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=4461">DragnLord</a> — Wed Apr 12, 2006 4:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-04-12T16:09:19-04:00</updated>

		<published>2006-04-12T16:09:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61839#p61839</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61839#p61839"/>
		<title type="html"><![CDATA[Help with this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61839#p61839"><![CDATA[
Hey, thank you guy. It works like a charm.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Wed Apr 12, 2006 4:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-04-12T15:17:02-04:00</updated>

		<published>2006-04-12T15:17:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61838#p61838</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61838#p61838"/>
		<title type="html"><![CDATA[Help with this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61838#p61838"><![CDATA[
Give this a try (worked for me):<div class="codebox"><p>Code: </p><pre><code>bind pubm - "*!warn *" warnproc warn {nick uhost hand chan text} {set wout [lrange $text 2 end]putquick "PRIVMSG $chan :!page $wout You are warned. The moderator will keep an eye on you now!"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Wed Apr 12, 2006 3:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-04-12T14:20:16-04:00</updated>

		<published>2006-04-12T14:20:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61834#p61834</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61834#p61834"/>
		<title type="html"><![CDATA[Help with this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61834#p61834"><![CDATA[
OK, my channel is connected to a game which means that everything what is displayed in game is also displayed in the channel. A bot named BRenBot displays everything in the channel. Here is a example what I want to do with my script:<blockquote class="uncited"><div>(08:14:44) (@BRenBot) Darton: !warn nick</div></blockquote>You see that before the "!warn nick" there is a player name, accordingly a bind to pub wouldn't work. Now I want that my bot ignores everything what is before "!warn". And when somebody writes "!warn nick", my bot should say: "!page nick You are warned. The moderator will keep an eye on you now!"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Wed Apr 12, 2006 2:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-04-12T12:23:11-04:00</updated>

		<published>2006-04-12T12:23:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61831#p61831</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61831#p61831"/>
		<title type="html"><![CDATA[pubm]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61831#p61831"><![CDATA[
Why do you "need" this to be pubm?<br>Pubm would return the whole line for $text, not just what comes after the trigger.<br>Can you show some examples of what you are trying to do with it? The example you gave for pub really wouldn't apply with the way pubm works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Wed Apr 12, 2006 12:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-04-12T09:47:17-04:00</updated>

		<published>2006-04-12T09:47:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61828#p61828</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61828#p61828"/>
		<title type="html"><![CDATA[Help with this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61828#p61828"><![CDATA[
Hello!<br>When someone in channel writes "!warn Darton", my eggdrop should say: "!page Darton You are warned. The moderator will keep an eye on you now!"<br>So I made this script:<div class="codebox"><p>Code: </p><pre><code>bind pub - !warn warnproc warn {nick uhost hand chan text} {putquick "PRIVMSG $chan :!page $text You are warned. The moderator will keep an eye on you now!" }</code></pre></div>This thing works, but it must be pubm and not only pub. With pubm it doesn't work. Can anybody modify this script so that it works with pubm?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Wed Apr 12, 2006 9:47 am</p><hr />
]]></content>
	</entry>
	</feed>
