Revision: 375fa09bebdd
Author: Bart Thate <
bth...@gmail.com>
Date: Mon Aug 6 06:43:19 2012
Log: use english descriptions
http://code.google.com/p/gozerbot/source/detail?r=375fa09bebdd
Modified:
/gplugs/seen.py
=======================================
--- /gplugs/seen.py Mon Aug 6 06:29:47 2012
+++ /gplugs/seen.py Mon Aug 6 06:43:19 2012
@@ -116,7 +116,7 @@
'bot':
bot.name,
'server': bot.server,
'channel': ievent.channel,
- 'what': 'saindo da sala %s' % ievent.channel,
+ 'what': 'parting %s' % ievent.channel,
}
else:
self.data[ievent.nick.lower()] = {
@@ -125,7 +125,7 @@
'bot':
bot.name,
'server': bot.server,
'channel': ievent.channel,
- 'what': 'entrando na sala %s' % ievent.channel,
+ 'what': 'joining %s' % ievent.channel,
}