]> Cypherpunks.ru repositories - goircd.git/blobdiff - client.go
Add AWAY command support
[goircd.git] / client.go
index 3637d499da5e245990241eaffb0efad337214600..1b4a9c365993abc7aa2b0f537bd98b498fe87947 100644 (file)
--- a/client.go
+++ b/client.go
@@ -38,6 +38,7 @@ type Client struct {
        username   string
        realname   string
        password   string
+       away       *string
 }
 
 type ClientAlivenessState struct {