From 232ea53ecec02e0a8f5370e8b5b1a66bd1e46aab Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Tue, 28 Jul 2015 16:08:35 +0100 Subject: [PATCH] Fixing build issues --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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