Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-05-05 20:11:28 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-05-05 20:11:28 (GMT)
commit121179e3443f03a6d1097b586e9ef374aff4bd0b (patch)
tree1a977bfd5dfe41c335c7ac47d976467e9336f0b9 /chat
parent9d98c5e5ae1b4033cdef905376fbb5cd673d4d60 (diff)
Revert badly merged bit
Diffstat (limited to 'chat')
-rw-r--r--chat/p2p.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat/p2p.py b/chat/p2p.py
index 2a91bee..f944ba1 100644
--- a/chat/p2p.py
+++ b/chat/p2p.py
@@ -15,6 +15,7 @@ class GroupRequestHandler(object):
def message(self, message):
address = network.get_authinfo()
self._group.recv(address[0], message)
+ return True
class Owner:
instance = None