Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit a74de55

Browse files
author
Marv Cool
committed
fixes now unessesary usage=docstring
1 parent 93ea4c8 commit a74de55

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugins/admin_commands_plugin/admin_command_plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def promote(self, data):
6666
"""Promotes a player to a given UserLevel.
6767
Usage: /promote playername rank (where rank is in one of registered, moderator, admin[, guest])
6868
"""
69-
usage = self.promote.__doc__
7069
if len(data) > 0:
7170
name = " ".join(data[:-1])
7271
rank = data[-1].lower()

0 commit comments

Comments
 (0)