View Issue Details

IDProjectCategoryView StatusLast Update
0006326unrealircdpublic2023-08-15 10:45
ReporterBlackBishop Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Summary0006326: Provide more information on Permission denied for oper privileges
DescriptionSo, for some reason my bot receives this at login.
But I have no idea why!

:Permission Denied- You do not have the correct IRC operator privileges
Additional Informationset {
  modes-on-oper "+xwgspqWI";
};

operclass staff {
  permissions {
    immune;
    client {
      see {
        ip;
      };
      override;
    };
    kill;
    channel;
    sacmd;
    self;
    server-ban;
  };
};

security-group altbot {
  account {
    AltBot;
  };
  certfp {
    a9a832851379b960480e9d48a7cbb4c5caed3a7600c8135b4200e24bede2a8c4;
  };
};

oper AltBot {
  auto-login yes;
  mask { security-group altbot; };
  class opers;
  operclass staff;
  swhois "is a part Network Staff";
  require-modes "z";
};
TagsNo tags attached.
3rd party modules

Activities

BlackBishop

2023-08-12 22:27

reporter   ~0022986

Added unkickablemode to staff operclass, same issue.

BlackBishop

2023-08-13 10:56

reporter   ~0022987

I was missing server::opermotd

syzop

2023-08-15 09:30

administrator   ~0022992

Last edited: 2023-08-15 09:30

I agree, the idea is nice. Like including the blah::bleh::bluh privilege thingy in the message.

I think this will be one of those long-term TODO items though, which may be implemented years from now, but it is good to keep it around :)

BlackBishop

2023-08-15 10:45

reporter   ~0022999

Or yell something in the logs... "X tried to do THIS and was kindly declined"

Issue History

Date Modified Username Field Change
2023-08-12 22:16 BlackBishop New Issue
2023-08-12 22:27 BlackBishop Note Added: 0022986
2023-08-13 10:56 BlackBishop Note Added: 0022987
2023-08-15 09:30 syzop Assigned To => syzop
2023-08-15 09:30 syzop Status new => confirmed
2023-08-15 09:30 syzop Note Added: 0022992
2023-08-15 09:30 syzop Note Edited: 0022992
2023-08-15 10:45 BlackBishop Note Added: 0022999