# [UNC] debug Allows privileged opers to easily view internal (configuration) data. I know you can do some of it with a `/STATS` command, but this shit displays different info than that. ;] __Usage:__ Currently it allows opers with the operpriv `debug` to view configured oper and operclass information. By default it asks the server to which you're connected, but since it may differ across servers (local O-Lines etc), you can also ask another server directly. =] __Config block:__ operclass netadmin-debug { parent netadmin; privileges { debug; }; }; __Syntax:__ `DBG [server]` I went with `DBG` and not `DEBUG` cuz a bunch of clients probably nick the `/debug` command for themselves, get at me. ;];] __Examples:__ * `DBG opers` => Get a list of known opers from the server you're on * `DBG operclasses ayy.check.em` => Asks the leaf `ayy.check.em` about the operclasses it knows