Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat/chat.py
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-05-05 19:19:23 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-05-05 19:19:23 (GMT)
commitd984e98de858c1c05b91eba81ed859187ff68469 (patch)
tree988752b851241ddff6cd11e2a2897c4374969904 /chat/chat.py
parent615eb60550f245e9e55c58f8daa7706e81f56461 (diff)
Merge
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: