Anope IRC Services

Anope Development => Modules => Topic started by: gerry on May 27, 2011, 03:54:45 PM

Title: custom module wanted for lower rank opers
Post by: gerry on May 27, 2011, 03:54:45 PM
hiya folks

i would like to be able to give my lower ranking opers an extra priviledge but will need a custom module writing please for this. i am using anope 1.8.5 on linux debian 6

i would like a custom global system just for them. it should log into #Services (ircd_init) who issued the global
also  if possible only permit 1 global per helpop / local/ global oper every hour.

currently i have a mirc script that does this using the bot's services admin status to send the global signed by the helpop/oper but this is not ideal.
Title: Re: custom module wanted for lower rank opers
Post by: Jobe on May 27, 2011, 06:30:26 PM
You could just tell your lower opers about $<servermask> for a /notice target, eg most IRCd's support /notice $*.com <message> to send <message> to all servers with a server name ending in .com (most IRCd's restrict said server name masks to requiring at least the TLD, some like UnrealIRCd do allow $* though)

Of course that option is only available to /oper'ed users anyway, and there's little Anope can do to STOP an oper using that method as Anope can only react to it at most.
Title: Re: custom module wanted for lower rank opers
Post by: gerry on May 27, 2011, 06:45:29 PM
ah didnt know about that !