Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-16 08:46:10 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-16 08:46:10 (GMT)
commit11a013aff2c21ac75d76b492acb848dad9976776 (patch)
tree9465a81ffa3f033fa35a2ddefdbb1290d2f9dd83 /shell/model
parent14763c0f5cdc6019987dc6450706c256c3cbb65d (diff)
For the owner show only nick name
Diffstat (limited to 'shell/model')
-rw-r--r--shell/model/Owner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/model/Owner.py b/shell/model/Owner.py
index 24004f0..c49810e 100644
--- a/shell/model/Owner.py
+++ b/shell/model/Owner.py
@@ -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()