-
Notifications
You must be signed in to change notification settings - Fork 405
Plugins LinkEmbed
fusion94 edited this page Feb 21, 2013
·
1 revision
Just a very basic plugin for embedding links into a message.
There's no real usage guidelines. Just type in a URL into a message.
http://google.com
class Kandan.Plugins.LinkEmbed
@options:
regex: /(http?\S*)/g
@init: ()->
Kandan.Modifiers.register @options.regex, (message, state)=>
message.content = message.content
.replace(@options.regex, '<a target="_blank" href="$1">$1</a>')
return Kandan.Helpers.Activities.buildFromMessageTemplate(message)
Copyright © 2012-2013 - KandanApp