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

	<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>2021-09-01T06:34:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2021-09-01T06:34:43-04:00</updated>

		<published>2021-09-01T06:34:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110281#p110281</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110281#p110281"/>
		<title type="html"><![CDATA[OperServ Access denied.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110281#p110281"><![CDATA[
No, you can only list all the news and parse the result to get the ones created by eggdrop.<br>The number of the news is not an ID<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Sep 01, 2021 6:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nadae]]></name></author>
		<updated>2021-08-29T20:12:47-04:00</updated>

		<published>2021-08-29T20:12:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110275#p110275</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110275#p110275"/>
		<title type="html"><![CDATA[OperServ Access denied.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110275#p110275"><![CDATA[
Thank you a lot. That run correctly now after add this in service.conf  from Anope :<br><div class="codebox"><p>Code: </p><pre><code>oper{/* The nickname of this services oper */name = "MyBot"/* The opertype this person will have */type = "Services Root"}</code></pre></div>We can withdraw a particular news by indicating its number, or all the news, but apparently there is no solution to request the withdrawal of the last one only with eggdrop ?<br>.<br>.<br>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12905">Nadae</a> — Sun Aug 29, 2021 8:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nadae]]></name></author>
		<updated>2021-08-29T19:23:22-04:00</updated>

		<published>2021-08-29T19:23:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110274#p110274</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110274#p110274"/>
		<title type="html"><![CDATA[OperServ Access denied.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110274#p110274"><![CDATA[
Thank you for the answer. I specify that when I directly use logonnews myself it works perfectly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12905">Nadae</a> — Sun Aug 29, 2021 7:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2021-08-29T19:03:41-04:00</updated>

		<published>2021-08-29T19:03:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110272#p110272</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110272#p110272"/>
		<title type="html"><![CDATA[OperServ Access denied.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110272#p110272"><![CDATA[
First, you have a small typo in your command:<div class="codebox"><p>Code: </p><pre><code>putquick "privmsg operserv :logonnews add My message."</code></pre></div>(take care of the placement of the ":")<br><br>Second, seems you use anope, the trouble might be with your config it and who can access to the logonnews command. By default, only Services Root can use it. And this is an anope setting, not an ircd one.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Aug 29, 2021 7:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nadae]]></name></author>
		<updated>2021-08-29T16:00:00-04:00</updated>

		<published>2021-08-29T16:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110271#p110271</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110271#p110271"/>
		<title type="html"><![CDATA[OperServ Access denied.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110271#p110271"><![CDATA[
Hello,<br><br>I want my eggdrop to execute the command in a script / msg operserv logonnews add my message. My eggdrop is ircop, which is confirmed by the fact that its scripts do well for example kills.<br><br> So in my script I have: <div class="codebox"><p>Code: </p><pre><code>putquick "privmsg operserv: logonnews add My message."</code></pre></div>But it answers me: [19:10:46] -OperServ (<a href="mailto:services@services.domainname.org">services@services.domainname.org</a>) - Access denied.<br><br>However in unrealircd.conf the bot is the netadmin-with-override operclass;<br><br>What should I do please?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12905">Nadae</a> — Sun Aug 29, 2021 4:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
