diff --git a/commands.go b/commands.go index 58c54ba..0feed01 100644 --- a/commands.go +++ b/commands.go @@ -301,7 +301,7 @@ func volume(user *gumble.User, username, value string) { // web performs !web functionality. Gives user URL to web interface func web(user *gumble.User) { Verbose("Sending user web address") - dj.SendPrivateMessage(user, "http://178.62.73.59:9563/"+user.Name()) + dj.SendPrivateMessage(user, "http://178.62.73.59:9563/"+user.Name) } // move performs !move functionality. Determines if the supplied channel is valid and moves the bot