1
0
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:
urlbot
2015-06-18 13:41:38 +02:00
parent c52d8a105d
commit 598ab0cd02

View File

@@ -123,13 +123,12 @@ def parse_moin_bye(**args):
'Hi',
'Guten Morgen',
'Moin',
'Tag',
'Tag', 'Tach',
'NAbend'
]
bye = [
'gN8',
'Nacht', 'gN8', 'N8'
'bye',
'Nacht'
]
for direction in [moin, bye]: