1.1.0 • Published 8 years ago

whisper-handler v1.1.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

whisper

A module for chat applications to handle World Of Warcraft style whisper commands

Usage

pass module a string in the format "/tell TARGET MESSAGE", and an object representing the target and message is returned.

Installation

npm install whisper-handler

Example

var whisper = require('whisper-handler');
var obj = whisper("/tell Ferdinand Hey man! I like your style...");

obj.target // "Ferdinand"
obj.message // "Hey man! I like your style..."
1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago