Archived
1

Migration to new git server

This commit is contained in:
2018-01-21 23:28:53 +04:00
parent 880810d90c
commit 190cdc6e7b
58 changed files with 101 additions and 101 deletions

View File

@@ -4,8 +4,8 @@
package squader
import (
"lab.pztrn.name/fat0troll/i2_bot/lib/appcontext"
"lab.pztrn.name/fat0troll/i2_bot/lib/squader/squaderinterface"
"git.wtfteam.pro/fat0troll/i2_bot/lib/appcontext"
"git.wtfteam.pro/fat0troll/i2_bot/lib/squader/squaderinterface"
)
var (

View File

@@ -4,7 +4,7 @@
package squader
import (
"lab.pztrn.name/fat0troll/i2_bot/lib/dbmapping"
"git.wtfteam.pro/fat0troll/i2_bot/lib/dbmapping"
"strconv"
"strings"
)

View File

@@ -5,7 +5,7 @@ package squader
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"lab.pztrn.name/fat0troll/i2_bot/lib/dbmapping"
"git.wtfteam.pro/fat0troll/i2_bot/lib/dbmapping"
"strconv"
"strings"
)

View File

@@ -5,7 +5,7 @@ package squader
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"lab.pztrn.name/fat0troll/i2_bot/lib/dbmapping"
"git.wtfteam.pro/fat0troll/i2_bot/lib/dbmapping"
)
// CleanFlood will clean flood from squads

View File

@@ -5,7 +5,7 @@ package squader
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"lab.pztrn.name/fat0troll/i2_bot/lib/dbmapping"
"git.wtfteam.pro/fat0troll/i2_bot/lib/dbmapping"
"regexp"
"strconv"
"strings"

View File

@@ -5,7 +5,7 @@ package squaderinterface
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"lab.pztrn.name/fat0troll/i2_bot/lib/dbmapping"
"git.wtfteam.pro/fat0troll/i2_bot/lib/dbmapping"
)
// SquaderInterface implements Squader for importing via appcontext.