update
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ func init() {
|
|||||||
initStore()
|
initStore()
|
||||||
initToHandleMessage()
|
initToHandleMessage()
|
||||||
InitReplies()
|
InitReplies()
|
||||||
file, err := os.Open(ExecPath + "/conf/sets.conf")
|
file, err := os.Open("/etc/sillyGirl/sets.conf")
|
||||||
if err == nil {
|
if err == nil {
|
||||||
scanner := bufio.NewScanner(file)
|
scanner := bufio.NewScanner(file)
|
||||||
for scanner.Scan() {
|
for scanner.Scan() {
|
||||||
|
|||||||
Reference in New Issue
Block a user