Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

Commit 91ee09a

Browse files
committed
services/ofc: Be more generic
1 parent 0aa1b0c commit 91ee09a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/services/ofc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ def joinclients(cod, channel, source):
128128

129129
slave = makeClient(uid, user, uid, "CareFriend", uid)
130130
slaves.append(slave)
131-
cod.sendLine(slave.burst())
132-
cod.sendLine(slave.join(cod.channels[channel]))
131+
cod.burstClient(cod, slave.nick, slave.user, slave.host, slave.gecos, slave.uid)
132+
cod.join(channel, slave)
133133

134134
cod.clients[slave.uid] = slave
135135

0 commit comments

Comments
 (0)