summaryrefslogtreecommitdiffstats
path: root/bridge/steam/steam.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/steam/steam.go')
-rw-r--r--bridge/steam/steam.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridge/steam/steam.go b/bridge/steam/steam.go
index ad4b1988..aa125e4a 100644
--- a/bridge/steam/steam.go
+++ b/bridge/steam/steam.go
@@ -60,8 +60,8 @@ func (b *Bsteam) Disconnect() error {
}
-func (b *Bsteam) JoinChannel(channel string) error {
- id, err := steamid.NewId(channel)
+func (b *Bsteam) JoinChannel(channel config.ChannelInfo) error {
+ id, err := steamid.NewId(channel.Name)
if err != nil {
return err
}