Show
Ignore:
Timestamp:
07/22/08 23:08:52 (4 months ago)
Author:
js
Message:

Show mood in chat window.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/pep.py

    r9846 r9986  
    11from common import gajim, xmpp 
     2 
     3MOODS = ['None', 'afraid', 'amazed', 'angry', 'annoyed', 'anxious', 'aroused', 
     4        'ashamed', 'bored', 'brave', 'calm', 'cold', 'confused', 'contented', 
     5        'cranky', 'curious', 'depressed', 'disappointed', 'disgusted', 
     6        'distracted', 'embarrassed', 'excited', 'flirtatious', 'frustrated',  
     7        'grumpy', 'guilty', 'happy', 'hot', 'humbled', 'humiliated', 'hungry', 
     8        'hurt', 'impressed', 'in_awe', 'in_love', 'indignant', 'interested', 
     9        'intoxicated', 'invincible', 'jealous', 'lonely', 'mean', 'moody',  
     10        'nervous', 'neutral', 'offended', 'playful', 'proud', 'relieved', 
     11        'remorseful', 'restless', 'sad', 'sarcastic', 'serious', 'shocked', 
     12        'shy', 'sick', 'sleepy', 'stressed', 'surprised', 'thirsty', 'worried'] 
    213 
    314def user_mood(items, name, jid):