mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
NetworkCore: remove nonexistent cmode +r from mode type definitions
This commit is contained in:
parent
17a4bbea87
commit
eae1425975
@ -147,7 +147,7 @@ class PyLinkNetworkCore(utils.DeprecatedAttributesObject, utils.CamelCaseToSnake
|
|||||||
'*A': 'b',
|
'*A': 'b',
|
||||||
'*B': 'k',
|
'*B': 'k',
|
||||||
'*C': 'l',
|
'*C': 'l',
|
||||||
'*D': 'imnpstr'}
|
'*D': 'imnpst'}
|
||||||
self.umodes = {'invisible': 'i', 'snomask': 's', 'wallops': 'w',
|
self.umodes = {'invisible': 'i', 'snomask': 's', 'wallops': 'w',
|
||||||
'oper': 'o',
|
'oper': 'o',
|
||||||
'*A': '', '*B': '', '*C': '', '*D': 'iosw'}
|
'*A': '', '*B': '', '*C': '', '*D': 'iosw'}
|
||||||
|
Loading…
Reference in New Issue
Block a user