Changeset 9987
- Timestamp:
- 07/22/08 23:43:19 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/pep.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/pep.py
r9986 r9987 1 1 from common import gajim, xmpp 2 2 3 MOODS = [' None', 'afraid', 'amazed', 'angry', 'annoyed', 'anxious', 'aroused',3 MOODS = ['afraid', 'amazed', 'angry', 'annoyed', 'anxious', 'aroused', 4 4 'ashamed', 'bored', 'brave', 'calm', 'cold', 'confused', 'contented', 5 5 'cranky', 'curious', 'depressed', 'disappointed', 'disgusted',
