Remove outdated disclaimer

This commit is contained in:
Alchav 2022-04-28 11:17:36 -04:00 committed by Fabian Dill
parent 578451fcfa
commit 50eaf712a9
1 changed files with 1 additions and 1 deletions

View File

@ -1811,7 +1811,7 @@ class ServerCommandProcessor(CommonCommandProcessor):
return False
def _cmd_option(self, option_name: str, option: str):
"""Set options for the server. Warning: expires on restart"""
"""Set options for the server."""
attrtype = self.ctx.simple_options.get(option_name, None)
if attrtype: