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

	<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-12-26T04:43:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-12-26T04:43:47-04:00</updated>

		<published>2007-12-26T04:43:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79543#p79543</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79543#p79543"/>
		<title type="html"><![CDATA[msg all ops]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79543#p79543"><![CDATA[
<blockquote class="uncited"><div>is it better <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"></div></blockquote>Yup! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><br><br>And Bonne et Heureuse Année   <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=3646">Alchera</a> — Wed Dec 26, 2007 4:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2007-12-25T23:29:00-04:00</updated>

		<published>2007-12-25T23:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79539#p79539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79539#p79539"/>
		<title type="html"><![CDATA[msg all ops]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79539#p79539"><![CDATA[
is it better <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Tue Dec 25, 2007 11:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-12-25T21:55:29-04:00</updated>

		<published>2007-12-25T21:55:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79536#p79536</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79536#p79536"/>
		<title type="html"><![CDATA[msg all ops]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79536#p79536"><![CDATA[
iamdeath: <span style="text-decoration:underline">Bad</span> coding practices you have there. What happened to <em class="text-italics">proper</em> indentation for readability?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Dec 25, 2007 9:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2007-12-25T23:30:51-04:00</updated>

		<published>2007-12-24T03:17:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79521#p79521</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79521#p79521"/>
		<title type="html"><![CDATA[msg all ops]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79521#p79521"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msg o|o .msg msg:proc proc msg:proc {nick host handle text} { global botnick if {$text == ""} { putserv "NOTICE $nick :Syntax\: .msg #chan text comes here"; return }   set thechan [lindex $text 0]    set thetext [lrange $text 1 end]     foreach i [chanlist $thechan] {      if {([isop $i $thechan]) &amp;&amp; ($i != $botnick)} {       putserv "NOTICE $i :$thetext" } } } putlog "loaded opnotice tcl..."</code></pre></div>The msg (in private) your bot like this:<br><div class="codebox"><p>Code: </p><pre><code>.msg #chan Hello, this is just a test msg for all of you ops.</code></pre></div>This will send OPNOTICE to every op of your channel.<br><br>Let me know if there is any issue.<br><br>Thanks<br>iamdeath<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Mon Dec 24, 2007 3:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[R-WaT]]></name></author>
		<updated>2007-12-23T21:48:56-04:00</updated>

		<published>2007-12-23T21:48:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79515#p79515</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79515#p79515"/>
		<title type="html"><![CDATA[msg all ops]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79515#p79515"><![CDATA[
i dont get what your saying... all i need the bot to do is reply to a command with text after it so it pms all "@"s with the text after the command..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7208">R-WaT</a> — Sun Dec 23, 2007 9:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-12-23T07:40:29-04:00</updated>

		<published>2007-12-23T07:40:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79503#p79503</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79503#p79503"/>
		<title type="html"><![CDATA[msg all ops]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79503#p79503"><![CDATA[
You might want to state the services command used to get the op-level and the service's reply message for that command (also the raw-numeric of the message-target).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Dec 23, 2007 7:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[R-WaT]]></name></author>
		<updated>2007-12-23T00:16:18-04:00</updated>

		<published>2007-12-23T00:16:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79501#p79501</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79501#p79501"/>
		<title type="html"><![CDATA[msg all ops]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79501#p79501"><![CDATA[
can anyone make me a script where when i type ".msgops" it will message all the "@" or people with over 200 access in channel #mouseskills. the network is on gamesurge and service is ChanServ. I would also like it post in dcc if it gets "<span style="text-decoration:underline">nick</span> Target change too fast. Please wait <span style="text-decoration:underline">xx</span> seconds."<br><br>plz let me know if im not making sense<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7208">R-WaT</a> — Sun Dec 23, 2007 12:16 am</p><hr />
]]></content>
	</entry>
	</feed>
