nwitch-lmgtfy
nwitch (and slate-irc) plugin for lmgtfy.
05:34 <KenanY> !lmgtfy how do i javascript05:34 <nwitch> KenanY: http://lmgtfy.com/?q=how+do+i+javascript
Example
As a nwitch plugin (using config.toml
):
[plugins]nwitch-lmgtfy = true
Or through nwitch's API:
var Nwitch = ;var lmgtfy = ;var nwitch =irc:address: 'irc.freenode.org'port: 6667;nwitch;
Technically, all nwitch plugins are just slate-irc plugins, so you could also use this as a slate-irc plugin:
var net = ;var irc = ;var lmgtfy = ;var stream = net;var client = ;client;
Installation
$ npm install nwitch-lmgtfy
API
var lmgtfy = ;
lmgtfy()
Returns a function that accepts an instance of slate-irc.