summaryrefslogtreecommitdiffstats
path: root/bridge/rocketchat
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/rocketchat')
-rw-r--r--bridge/rocketchat/rocketchat.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/bridge/rocketchat/rocketchat.go b/bridge/rocketchat/rocketchat.go
index d87450ec..4590a895 100644
--- a/bridge/rocketchat/rocketchat.go
+++ b/bridge/rocketchat/rocketchat.go
@@ -49,6 +49,11 @@ func (b *Brocketchat) Connect() error {
return nil
}
+func (b *Brocketchat) Disconnect() error {
+ return nil
+
+}
+
func (b *Brocketchat) JoinChannel(channel string) error {
return nil
}