add tlen and do better detection for gadugadu [thanks to da.killa]

This commit is contained in:
Nikos Kouremenos 2005-06-20 19:54:27 +00:00
parent b9259399be
commit 8e985d068a
13 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

View File

@ -192,6 +192,8 @@ class RosterWindow:
state_images = self.transports_state_images['aim']
elif host.startswith('gadugadu'):
state_images = self.transports_state_images['gadugadu']
elif host.startswith('gg'):
state_images = self.transports_state_images['gadugadu']
elif host.startswith('irc'):
state_images = self.transports_state_images['irc']
elif host.startswith('icq'): # abc@icqsucks.org will match as ICQ, but what to do..
@ -200,6 +202,8 @@ class RosterWindow:
state_images = self.transports_state_images['msn']
elif host.startswith('sms'):
state_images = self.transports_state_images['sms']
elif host.startswith('tlen'):
state_images = self.transports_state_images['tlen']
elif host.startswith('yahoo'):
state_images = self.transports_state_images['yahoo']
else: