mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
parse_moin_bye(): add 'tach', 'nabend'
This commit is contained in:
@@ -123,13 +123,12 @@ def parse_moin_bye(**args):
|
|||||||
'Hi',
|
'Hi',
|
||||||
'Guten Morgen',
|
'Guten Morgen',
|
||||||
'Moin',
|
'Moin',
|
||||||
'Tag',
|
'Tag', 'Tach',
|
||||||
|
'NAbend'
|
||||||
]
|
]
|
||||||
|
|
||||||
bye = [
|
bye = [
|
||||||
'gN8',
|
'Nacht', 'gN8', 'N8'
|
||||||
'bye',
|
'bye',
|
||||||
'Nacht'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
for direction in [moin, bye]:
|
for direction in [moin, bye]:
|
||||||
|
|||||||
Reference in New Issue
Block a user