opers: Allow setting custom whois lines

This commit is contained in:
Daniel Oaks
2016-10-23 11:01:05 +10:00
parent 64bdedaee2
commit f3459830e7
4 changed files with 32 additions and 7 deletions
+1
View File
@@ -61,6 +61,7 @@ type Client struct {
server *Server
socket *Socket
username string
whoisLine string
}
// NewClient returns a client with all the appropriate info setup.