Fixed a typo in Readme.md

Just noticed a typo, thought I'd fix that right up. s/hander/handler
This commit is contained in:
Travis Carr 2015-07-26 16:59:05 -07:00
parent 876b70baa9
commit d5ece47310
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ the messages from the IRC server, so you have to handle e.g. "332" for
The vast majority of handlers implemented within the framework deal with state The vast majority of handlers implemented within the framework deal with state
tracking of all nicks in any channels that the client is also present in. These tracking of all nicks in any channels that the client is also present in. These
handers are in `client/state_handlers.go`. State tracking is optional, disabled handlers are in `client/state_handlers.go`. State tracking is optional, disabled
by default, and can be enabled and disabled by calling `EnableStateTracking()` by default, and can be enabled and disabled by calling `EnableStateTracking()`
and `DisableStateTracking()` respectively. Doing this while connected to an IRC and `DisableStateTracking()` respectively. Doing this while connected to an IRC
server will probably result in an inconsistent state and a lot of warnings to server will probably result in an inconsistent state and a lot of warnings to