Changeset 81 for trunk/awkbot/src/awkpaste.awk
- Timestamp:
- 09/04/08 15:43:07 (4 months ago)
- Files:
-
- 1 modified
-
trunk/awkbot/src/awkpaste.awk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/awkbot/src/awkpaste.awk
r63 r81 20 20 link = sprintf("%s?id=%d", config("paste.cgi"), id) 21 21 22 gsub(/\ r\\n/, "\n", content) # CRLF to LF22 gsub(/\\r\\n|\\n/, "\n", content) # CRLF to LF 23 23 # This should be dealt with in mysql.awk 24 24 # gsub(/\\t/, "\t", context) # Outcoming tabs.