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.
putquick "privmsg operserv :logonnews add My message."
(take care of the placement of the ":")
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.
oper
{
/* The nickname of this services oper */
name = "MyBot"
/* The opertype this person will have */
type = "Services Root"
}
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 ?
.
.
.