3
0
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:
James Lu 2017-07-31 00:43:19 +08:00
parent 17a4bbea87
commit eae1425975

View File

@ -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'}