Skip to content

Commit

Permalink
oh, camelcasing
Browse files Browse the repository at this point in the history
  • Loading branch information
devyn committed Oct 7, 2012
1 parent 0f5c68e commit 63caf06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Network/IRC/Aeosunth/Protocol.hs
Expand Up @@ -14,10 +14,10 @@ data ServerMessage = MessageFrom (Maybe Sender) Command
} }
deriving (Show, Eq) deriving (Show, Eq)


data Sender = Server { servername :: Text } data Sender = Server { serverName :: Text }
| User { nickname :: Text | User { nickName :: Text
, username :: Maybe Text , userName :: Maybe Text
, hostname :: Maybe Text , hostName :: Maybe Text
} }
deriving (Show, Eq) deriving (Show, Eq)


Expand Down

0 comments on commit 63caf06

Please sign in to comment.