Last active
August 29, 2015 14:27
-
-
Save loganwashbourne/68367a93b7fe9bf28bce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<block> | |
<name>Text Sanitize</name> | |
<key>ACK_Text_Sanitize</key> | |
<category>ACK</category> | |
<import>import ACK</import> | |
<make>ACK.Text_Sanitize()</make> | |
<param> | |
<name>Message</name> | |
<key>message</key> | |
<value>"Hello World"</value> | |
<type>string</type> | |
</param> | |
<sink> | |
<name>in</name> | |
<type>int</type> | |
</sink> | |
<source> | |
<name>out</name> | |
<type>message</type> | |
</source> | |
</block> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment