mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
code.google.com is shutting down, change import to use gopkg.in
This commit is contained in:
parent
efce628c87
commit
404151fe9d
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue