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

	<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>2005-08-18T13:29:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[focus_user]]></name></author>
		<updated>2005-08-18T13:29:16-04:00</updated>

		<published>2005-08-18T13:29:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54445#p54445</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54445#p54445"/>
		<title type="html"><![CDATA[Mass-notice for user_class in IRCD !?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54445#p54445"><![CDATA[
thanks a lot man<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6577">focus_user</a> — Thu Aug 18, 2005 1:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-15T12:35:23-04:00</updated>

		<published>2005-08-15T12:35:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54283#p54283</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54283#p54283"/>
		<title type="html"><![CDATA[Mass-notice for user_class in IRCD !?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54283#p54283"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw - notice foobind evnt - init-server barproc foo {f k t} {   scan $::server {%[^:]} s   if {$f == $s &amp;&amp; [string match "*Client connecting: *" $t]} {      set n [lindex [split $t] 6]      putserv "privmsg $n :hi"   }}proc bar t {   putserv "oper $::nick operpass"   putserv "mode $::botnick +c"}</code></pre></div>of course, the bot needs to have ircop status (local will suffice)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Aug 15, 2005 12:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[focus_user]]></name></author>
		<updated>2005-08-15T06:14:01-04:00</updated>

		<published>2005-08-15T06:14:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54274#p54274</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54274#p54274"/>
		<title type="html"><![CDATA[re]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54274#p54274"><![CDATA[
Hi again.<br><br>I`ve seen ur post (if u remember) about the mass-notice messaging of all users from a server. I want to ask you, if there is a way I could message onconnect my users in the IRCD somehow with .tcl in my eggdrop? I`ll be very appreciate to you, if u can help me please?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6577">focus_user</a> — Mon Aug 15, 2005 6:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-10T05:23:27-04:00</updated>

		<published>2005-08-10T05:23:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53988#p53988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53988#p53988"/>
		<title type="html"><![CDATA[Mass-notice for user_class in IRCD !?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53988#p53988"><![CDATA[
check out the contrib directory of ircd-hybrid distribution and you'll find other interesting commands (they are disabled and not compiled/installed by default, you'll need to run <em class="text-italics">make install</em> there)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Aug 10, 2005 5:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[focus_user]]></name></author>
		<updated>2005-08-10T05:16:14-04:00</updated>

		<published>2005-08-10T05:16:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53986#p53986</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53986#p53986"/>
		<title type="html"><![CDATA[Mass-notice for user_class in IRCD !?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53986#p53986"><![CDATA[
wow... it works... <br><br>thank you very much demond, you save a lot of time for searching for me. <br>by the way (the ircd-version is hybrid <a href="http://www.ircd-hybrid.com" class="postlink">www.ircd-hybrid.com</a>)<br>Do the server has other such interesting commands as that ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6577">focus_user</a> — Wed Aug 10, 2005 5:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-10T05:00:21-04:00</updated>

		<published>2005-08-10T05:00:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53985#p53985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53985#p53985"/>
		<title type="html"><![CDATA[Mass-notice for user_class in IRCD !?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53985#p53985"><![CDATA[
no need of a script, most servers support <em class="text-italics">/notice $irc.server.com</em> or <em class="text-italics">/notice $$servermask</em>, which sends to all users on the given server or set of matching servers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Aug 10, 2005 5:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[focus_user]]></name></author>
		<updated>2005-08-10T04:52:43-04:00</updated>

		<published>2005-08-10T04:52:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53984#p53984</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53984#p53984"/>
		<title type="html"><![CDATA[Mass-notice for user_class in IRCD !?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53984#p53984"><![CDATA[
Hello everyone. <br><br>I`m searching of a script (on eggdrop with IRCOp PRIVS) which can mass-notice users from specified user_class at the IRCD. For example I need to send mass-notice to all users (which are in class: users) and to do so by a command (exm: .msg notice class message)... did someone has something like that?<br><br>If so, please share it to me. Thanks very much in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6577">focus_user</a> — Wed Aug 10, 2005 4:52 am</p><hr />
]]></content>
	</entry>
	</feed>
