IRCServer.statusmsg type hint
This commit is contained in:
parent
30b8684eb5
commit
e28a8d91ab
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class Server(IRCObject.Object):
|
|||
|
||||
self.channel_types = ["#"]
|
||||
self.case_mapping = "rfc1459"
|
||||
self.statusmsg = []
|
||||
self.statusmsg = [] # type: typing.List[str]
|
||||
|
||||
self.motd_lines = [] # type: typing.List[str]
|
||||
self.motd_done = False
|
||||
|
|
Loading…
Reference in a new issue