Skip to content

Commit

Permalink
README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuakfarrar committed Jun 28, 2012
1 parent eb193c0 commit af87118
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions README.md
Expand Up @@ -22,8 +22,34 @@ Derp

## Client Events

### "say"
### "PONG"

### "quit"
### "mode" (channel, set, modes, limit, user, mask)

### "PONG"
### "register" (nickname, hostname, servername)

### "setNick" (nickname)

### "join" (channel, key)

### "leave" (channel, reason)

### "kick" (channel, user, reason)

### "invite" (user, channel)

### "topic" (channel, topic)

### "msg" (user, message)

### "notice" (user, message)

### "away" (message)

### "back"

### "whois" (nickname, server)

### "say" (channel, message)

### "quit" (message)

0 comments on commit af87118

Please sign in to comment.