For the owner show only nick name

This commit is contained in:
Marco Pesenti Gritti
2006-09-16 10:46:10 +02:00
parent 14763c0f5c
commit 11a013aff2
2 changed files with 23 additions and 10 deletions
+3
View File
@@ -44,6 +44,9 @@ class ShellOwner(object):
def get_invites(self):
return self._invites
def get_name(self):
return self._nick
def announce(self):
# Create and announce our presence
color = conf.get_profile().get_color()