diff options
Diffstat (limited to 'bridge/rocketchat/rocketchat.go')
-rw-r--r-- | bridge/rocketchat/rocketchat.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bridge/rocketchat/rocketchat.go b/bridge/rocketchat/rocketchat.go index 8eb788f9..1b731f94 100644 --- a/bridge/rocketchat/rocketchat.go +++ b/bridge/rocketchat/rocketchat.go @@ -16,7 +16,6 @@ type Brocketchat struct { MMhook Config *config.Protocol Remote chan config.Message - name string Account string } |