adding more preset status msgs. I want to be able to sort them. it don't understand why it doesn't seem to happen

This commit is contained in:
Nikos Kouremenos 2005-03-29 16:51:41 +00:00
parent 7b70ace347
commit be06ef1ecb
1 changed files with 7 additions and 5 deletions

View File

@ -805,15 +805,17 @@ class plugin:
'ask_offline_status':0,\ 'ask_offline_status':0,\
'last_msg':'',\ 'last_msg':'',\
'msg0_name':'Online',\ 'msg0_name':'Online',\
'msg0':'Yep I\'m online',\ 'msg0':'Yep I\'m online.',\
'msg1_name':'Brb',\ 'msg1_name':'Brb',\
'msg1':'Back in some minutes.',\ 'msg1':'Back in some minutes.',\
'msg2_name':'Eating',\ 'msg2_name':'Eating',\
'msg2':'I\'m eating, so leave me a message.',\ 'msg2':'I\'m eating, so leave me a message.',\
'msg3_name':'Film',\ 'msg3_name':'Movie',\
'msg3':'I\'m watching a film.',\ 'msg3':'I\'m watching a movie.',\
'msg4_name':'Offline',\ 'msg4_name':'Working',\
'msg4':'I\'m just offline',\ 'msg4':'I\'m working.',\
'msg5_name':'Nap',\
'msg5':'I\'m taking a nap.',\
'trayicon':1,\ 'trayicon':1,\
'iconstyle':'sun',\ 'iconstyle':'sun',\
'inmsgcolor':'#ff0000',\ 'inmsgcolor':'#ff0000',\