# 1. Everything like that doesn't start with '[' character is treated as comment
# 2. Format is:
#	[OLD_STRING]-[NEW_STRING_THAT_WILL_REPLACE_OLD_STRING]
#	or
#	[TOKEN]-[STRING_THAT_WILL_REPLACE_TOKEN]
#
# "Token" is a word - doesn't contain alpha character just after it, and just before.
#
# Example:
# 	[OK]-[OKAY]
#		will replace "okay" to "okayay"
#	[OK]-[OKAY]
#		won't replace "okay" to anything, but will do replace single "ok", to "okay".
# 
# 3. Use only CAPITALS letters.
[WITH YOU]-[WITH <g=botname>]
[TO YOU]-[TO <g=botname>]
[OF YOU]-[OF <g=botname>]
[FOR YOU]-[FOR <g=botname>]
[GIVE YOU]-[GIVE <g=botname>]
[GAVE YOU]-[GAVE <g=botname>]
[MAKE YOU]-[MAKE <g=botname>]
[MADE YOU]-[MADE <g=botname>]
[TAKE YOU]-[TAKE <g=botname>]
[SAVE YOU]-[SAVE <g=botname>]
[ARE YOU]-[IS <g=botname>]
[YOU ARE]-[<g=botname> IS]
[YOU]-[<g=botname>]
[YOUR]-[<g=botname>S]
[YOURS]-[<g=botname>SS]
[YOURSELF]-[<g=botname>SSELF]
[I WAS]-[YOU WERE]
[I AM]-[YOU ARE]
[I]-[YOU]
[ME]-[YOU]
[MY]-[YOUR]
[MYSELF]-[YOURSELF]
[MINE]-[YOURS]
# phase II:
[WITH <g=botname>]-[WITH ME]
[IS <g=botname>]-[AM I]
[TO <g=botname>]-[TO ME]
[FOR <g=botname>]-[FOR ME]
[OF <g=botname>]-[OF ME]
[GIVE <g=botname>]-[GIVE ME]
[GAVE <g=botname>]-[GAVE ME]
[MAKE <g=botname>]-[MAKE ME]
[TAKE <g=botname>]-[TAKE ME]
[SAVE <g=botname>]-[SAVE ME]
[MADE <g=botname>]-[MADE ME]
[TELL <g=botname>]-[TELL ME]
[TOLD <g=botname>]-[TOLD ME]
[<g=botname> IS]~[I AM]
[<g=botname> WAS]~[I WAS]
[<g=botname>]~[I]
[<g=botname>SS]~[MYSELF]
[<g=botname>S]~[MY]
[<g=botname>SSELF]~[MYSELF]
[I ARE]-[I AM]
[TO I]-[TO ME]
[OF I]-[OF ME]
[WITH I]-[WITH ME]
[+]~[%2B]
# []~[+] - what is this? o_O
[!]~[%21]
["]~[%22]
[#]~[%23]
[$]~[%24]
[%]~[%25]
[&]~[%26]
[`]~[%27]
[(]~[%28]
[)]~[%29]
[*]~[%2A]
[,]~[%2C]
[-]~[%2D]
[.]~[%2E]
[/]~[%2F]
[:]~[%3A]
[;]~[%3B]
[<]~[%3C]
[=]~[%3D]
[>]-[%3E]
[?]-[%3F]
[@]-[%40]
[\]-[%5C]
[^]-[%5E]
[_]-[%5F] 
[{]-[%7B]  
[|]-[%7C]
[}]-[%7D]
