From d5ece473105630077f3fe23c74aa11f0b3e56e46 Mon Sep 17 00:00:00 2001 From: Travis Carr Date: Sun, 26 Jul 2015 16:59:05 -0700 Subject: [PATCH] Fixed a typo in Readme.md Just noticed a typo, thought I'd fix that right up. s/hander/handler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0ef5f1..82bed12 100644 --- a/README.md +++ b/README.md @@ -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 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()` and `DisableStateTracking()` respectively. Doing this while connected to an IRC server will probably result in an inconsistent state and a lot of warnings to