From c0e1d502e22c3a5ce4ebee4a177b972a9b95cd79 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Sat, 15 Aug 2015 18:10:16 +0100 Subject: [PATCH] Removed remaining references to web interface --- README.md | 1 - strings.go | 5 ----- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index a54d434..cbadd15 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ Command | Description | Arguments | Admin | Example **help** | Displays this list of commands in Mumble chat. | None | No | `!help` **volume** | Either outputs the current volume or changes the current volume. If desired volume is not provided, the current volume will be displayed in chat. Otherwise, the volume for the bot will be changed to desired volume if it is within the allowed volume range. | None OR desired volume | No | `!volume 0.5`, `!volume` **move** | Moves MumbleDJ into channel if it exists. | Channel | Yes | `!move Music` -**web** | Displays a unique url for the user to control mumbledj from a web browser | None | No | `!web` **reload** | Reloads `mumbledj.gcfg` to retrieve updated configuration settings. | None | Yes | `!reload` **reset** | Stops all audio and resets the song queue. | None | Yes | `!reset` **numsongs** | Outputs the number of songs in the queue in chat. Individual songs and songs within playlists are both counted. | None | No | `!numsongs` diff --git a/strings.go b/strings.go index 9d5524f..8e3d626 100644 --- a/strings.go +++ b/strings.go @@ -169,9 +169,4 @@ const CURRENT_SONG_HTML = ` // playlist is playing. const CURRENT_SONG_PLAYLIST_HTML = ` The song currently playing is "%s", added %s from the playlist "%s". -` -// URL of the server for connecting via a web address -const WEB_ADDRESS = ` - Control mumbledj from a web browser: http://%s:9563/%s -`