Skip to content

Instantly share code, notes, and snippets.

@loganwashbourne
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loganwashbourne/68367a93b7fe9bf28bce to your computer and use it in GitHub Desktop.
Save loganwashbourne/68367a93b7fe9bf28bce to your computer and use it in GitHub Desktop.
<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