Skip to content

Commit a75a006

Browse files
committed
Adding a command listener.
1 parent 9ac1fd9 commit a75a006

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/irc.coffee

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ class IrcBot extends Adapter
4747
@bot.part channel, () ->
4848
console.log('left %s', channel)
4949

50+
command: (command, strings...) ->
51+
for str in strings
52+
@bot.send command, str
53+
5054
run: ->
5155
self = @
5256

0 commit comments

Comments
 (0)