From 124f756eb408e46a551c1b6a8e708314ed346e48 Mon Sep 17 00:00:00 2001 From: tpltnt Date: Fri, 14 Feb 2014 17:56:19 +0100 Subject: [PATCH] (ocd) markup fix --- README.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index 2646543..607ecd7 100644 --- a/README.markdown +++ b/README.markdown @@ -1,11 +1,11 @@ Description ----------- +----------- Event based irc client library. Features ---------- +-------- * Event based. Register Callbacks for the events you need to handle. * Handles basic irc demands for you * Standard CTCP @@ -13,15 +13,15 @@ Features * Detect stoned servers Install ----------- +------- $ go get github.com/thoj/go-ircevent Example ----------- +------- See test/irc_test.go Events for callbacks ---------- +-------------------- * 001 Welcome * PING * CTCP Unknown CTCP @@ -39,7 +39,7 @@ Events for callbacks AddCallback Example ---------- +------------------- ircobj.AddCallback("PRIVMSG", func(event *irc.Event) { //e.Message() contains the message //e.Nick Contains the sender