made some tests green

This commit is contained in:
Araq
2012-11-07 01:08:31 +01:00
parent 35f61e1997
commit 515cf985f4
4 changed files with 6 additions and 4 deletions

View File

@@ -68,7 +68,9 @@ type
EvMsg, EvDisconnected
TIRCEvent* = object ## IRC Event
case typ*: TIRCEventType
of EvDisconnected: nil ## Disconnected from the server
of EvDisconnected:
## Disconnected from the server
nil
of EvMsg: ## Message from the server
cmd*: TIRCMType ## Command (e.g. PRIVMSG)
nick*, user*, host*, servername*: string