Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat/chat.py
diff options
context:
space:
mode:
Diffstat (limited to 'chat/chat.py')
-rwxr-xr-xchat/chat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/chat.py b/chat/chat.py
index a5f3fc8..f4716ed 100755
--- a/chat/chat.py
+++ b/chat/chat.py
@@ -344,7 +344,7 @@ class GroupChat(Chat):
chat = BuddyChat(self, sender)
sender.set_chat(chat)
chat.activity_connect_to_shell()
- chat.recv_message(message)
+ chat.recv_message(sender, msg)
def run(self):
try: