pull/59/head
Matthieu Grieger 2015-04-09 13:23:21 -07:00
parent 73fb4bd82b
commit 26a9d78fac
3 changed files with 8 additions and 5 deletions

View File

@ -10,11 +10,12 @@ package main
import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"os"
"regexp"
"strconv"
"strings"
"github.com/layeh/gumble/gumble"
)
// Called on text message event. Checks the message for a command string, and processes it accordingly if

View File

@ -11,13 +11,14 @@ import (
"crypto/tls"
"flag"
"fmt"
"os"
"os/user"
"time"
"github.com/layeh/gopus"
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumble_ffmpeg"
"github.com/layeh/gumble/gumbleutil"
"os"
"os/user"
"time"
)
// MumbleDJ type declaration

View File

@ -8,9 +8,10 @@
package main
import (
"code.google.com/p/gcfg"
"errors"
"fmt"
"code.google.com/p/gcfg"
)
// Golang struct representation of mumbledj.gcfg file structure for parsing.