Issue command /ircops

These are old archives. They are kept for historic purposes only.
Post Reply
LangTuBuon
Posts: 2
Joined: Sat Jun 21, 2014 6:16 pm

Issue command /ircops

Post by LangTuBuon »

Command /ircops does not show on nick have no oper.

When I connected to server as a nick have no oper, type /ircops :
-
Total: 0 IRCOP online - 0 Admin, 0 Oper and 0 Away
End of /IRCOPS list
But when I use a nick have oper:
abc is a Network Administrator on irc... [Away]
xyz is a Network Administrator on irc... [Away]
Total: 2 IRCOPs online - 0 Admin, 0 Oper and 2 Away
End of /IRCOPS list
My config file:
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
loadmodule "src/modules/m_ircops.so";
loadmodule "src/modules/m_dnsbl.so";
loadmodule "src/modules/antimoon.so";
loadmodule "src/modules/m_bopmhelper.so";
loadmodule "src/modules/m_rmtkl.so";
loadmodule "src/modules/antirandom.so";
loadmodule "src/modules/opers.so";
loadmodule "src/modules/m_clones.so";
loadmodule "src/modules/m_antibot.so";


include "aliases/anope.conf";
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
include "blacklist.conf";
include "banip.conf";
viein
Posts: 10
Joined: Sat Jun 21, 2014 5:47 pm

Re: Issue command /ircops

Post by viein »

/ircops command list only Real and not hidden opers
most probably abc and xyz are hidden opers (umode +H) so they aren't shown to normal users,or they are ulined.
did you check that ?
viein
Posts: 10
Joined: Sat Jun 21, 2014 5:47 pm

Re: Issue command /ircops

Post by viein »

also see:
http://forums.unrealircd.com/viewtopic. ... ops#p26342
m_ircops must be loaded on all servers to list global ircops
LangTuBuon
Posts: 2
Joined: Sat Jun 21, 2014 6:16 pm

Re: Issue command /ircops

Post by LangTuBuon »

Thanks viein very much.
Problem is fix.

And another problem (cloak)
A nick join
[02:37:48] * Joins: nick ([email protected])
but I want IP nick join like UltimateIRCd:
[02:37:48] * Joins: nick ([email protected])
part of my config file:
modes-on-connect "+iG";
Post Reply