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

	<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-09-30T00:53:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-30T00:53:43-04:00</updated>

		<published>2003-09-30T00:53:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27750#p27750</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27750#p27750"/>
		<title type="html"><![CDATA[hostmask recognition]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27750#p27750"><![CDATA[
Channel operator or users with +o flag? For channel operators:<div class="codebox"><p>Code: </p><pre><code>foreach user [chanlist #channel] {  if {![isop $user $channel] || [strlwr $user] == [strlwr $::botnick]} { continue }  # do the msg}</code></pre></div>and for users with +o flag:<div class="codebox"><p>Code: </p><pre><code>foreach user [chanlist #channel o|o] {  # do the msg}</code></pre></div>something like this anyway..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Sep 30, 2003 12:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-29T21:20:50-04:00</updated>

		<published>2003-09-29T21:20:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27749#p27749</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27749#p27749"/>
		<title type="html"><![CDATA[hostmask recognition]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27749#p27749"><![CDATA[
I have made a script where you msg the bot and it will send the msg to all the ops.  But I dont want it to be sent to every op.  I want to be able to choose to who it sends the msg to.  I've thought of 2 ways, one using flags, or hostmasks.  The problem is I dont know where to start.  Some help would be appreciated.  Heres code<br><div class="codebox"><p>Code: </p><pre><code>bind msg - help noticeuserproc noticeuser {nick uhost hand arg} {  putserv "NOTICE n0s37 :blahblahblah"}</code></pre></div><p>Statistics: Posted by Guest — Mon Sep 29, 2003 9:20 pm</p><hr />
]]></content>
	</entry>
	</feed>
