mirror of
https://github.com/fluffle/goirc
synced 2025-05-14 19:43:20 +00:00
Fix example code, oops.
This commit is contained in:
parent
82bcd7aded
commit
be9257d323
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ func main() {
|
|||
c.Quit(cmd[idx+1 : len(cmd)])
|
||||
case cmd[1] == 's':
|
||||
reallyquit = true
|
||||
c.Shutdown()
|
||||
c.Close()
|
||||
case cmd[1] == 'j':
|
||||
c.Join(cmd[idx+1 : len(cmd)])
|
||||
case cmd[1] == 'p':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue