mirror of
https://github.com/solero/houdini.git
synced 2025-10-12 18:38:19 +00:00
Add support for moderator-only servers
This commit is contained in:
@@ -31,6 +31,7 @@ if __name__ == '__main__':
|
||||
type=int)
|
||||
login_group.add_argument('--login-failure-timer', action='store', default=3600, help='Timeout after flood limit',
|
||||
type=int)
|
||||
login_group.add_argument('-S', '--staff', action='store_true', help='Staff-only server mode')
|
||||
|
||||
logging_group = parser.add_argument_group('logging')
|
||||
logging_group.add_argument('-lg', '--logging-general', action='store',
|
||||
|
Reference in New Issue
Block a user