shelbot

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2017 License: MIT Imports: 11 Imported by: 0

README

Shelbot - An IRC karma bot.

Shelbot is a simple IRC karma bot written in Golang.

Build Status Go Report Card License

Configuration

Alter the configuration struct in main.go to suit. Example:

func LaunchBot() *Config {
	return &Config{server: "irc.freenode.org",
		port:    "6667",
		nick:    "shelbot",
		channel: "#shelly",
		pass:    "",
		conn:    nil,
		user:    "Sheldon Cooper"}
}

Karma usage

Shelbot's lexer is currently very simple and limited. Increasing and decreasing karma is done idiomatically.

string++

string--

For data persistence, Shelbot stores karma as a JSON in ~/.shelbot.json

Copyright (c) 2017 David J Peacock - david.j.peacock@gmail.com

Please see LICENSE file for details.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL