mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
code.google.com is shutting down, change import to use gopkg.in
This commit is contained in:
parent
efce628c87
commit
404151fe9d
@ -10,7 +10,7 @@ Discussion at:
|
|||||||
|
|
||||||
* follows the RFCs where possible
|
* follows the RFCs where possible
|
||||||
* UTF-8 nick and channel names
|
* UTF-8 nick and channel names
|
||||||
* [gcfg](https://code.google.com/p/gcfg/) gitconfig-style configuration
|
* [gcfg](https://github.com/go-gcfg/gcfg/tree/v1) gitconfig-style configuration
|
||||||
* server password (PASS command)
|
* server password (PASS command)
|
||||||
* channels with most standard modes
|
* channels with most standard modes
|
||||||
* IRC operators (OPER command)
|
* IRC operators (OPER command)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package irc
|
package irc
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"code.google.com/p/gcfg"
|
"gopkg.in/gcfg.v1"
|
||||||
"errors"
|
"errors"
|
||||||
"log"
|
"log"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user