From aba5b5cfabb39a3d37ae20621189524d21d738a4 Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Thu, 12 Feb 2015 07:12:44 -0500 Subject: [PATCH] forgot to add smap.go to the run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc43044..f0edfc9 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ irc-osric [![Build Status](https://travis-ci.org/vypr/irc-osric.svg?branch=master)](https://travis-ci.org/vypr/irc-osric) -Run with `go run bot.go slices.go`. +Run with `go run bot.go smap.go slices.go`. Goal: Create an IRC bot that can effectively maintain an active OSRIC session.