From 6a17e9fe5b284af5d7eece68fb08b04428f2a945 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Tue, 28 Jul 2015 16:07:43 +0100 Subject: [PATCH] Fixing build issues --- commands.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commands.go b/commands.go index b3b3bf7..58c54ba 100644 --- a/commands.go +++ b/commands.go @@ -299,8 +299,9 @@ func volume(user *gumble.User, username, value string) { } // web performs !web functionality. Gives user URL to web interface -func web(user *gumble.User){ - +func web(user *gumble.User) { + Verbose("Sending user web address") + 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