diff frontends/src/quick_frontend/quick_chat.py @ 1386:1f3513cfb246

quick_frontend, primivitus: remove QuickChat.getUserNick + primivitus ChatText gets the user nick directly from parent Chat instance
author souliane <souliane@mailoo.org>
date Mon, 23 Mar 2015 15:38:32 +0100
parents 59c48796759e
children a025242bebe7
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat.py	Tue Mar 24 07:38:40 2015 +0100
+++ b/frontends/src/quick_frontend/quick_chat.py	Mon Mar 23 15:38:32 2015 +0100
@@ -114,9 +114,6 @@
         """Set the nick of the user, usefull for e.g. change the color of the user"""
         self.nick = nick
 
-    def getUserNick(self):
-        return unicode(self.nick)
-
     def changeUserNick(self, old_nick, new_nick):
         """Change nick of a user in group list"""
         self.printInfo("%s is now known as %s" % (old_nick, new_nick))