Beispiel #1
0
func exit(ircc *irc.IRC, w io.Writer) int {
	ircc.Disconnect()
	return 0
}