-- | Help.hs -- Simple module with help strings. module Help ( help, info ) where help = "Commands:"++ "\n---\n"++ ">>[SAGE] [http://img_url]\n"++ "\n\n"++ "create post"++ "\n---\n"++ "* [http://img_url]\n"++ "\n\n"++ "create thread"++ "\n---\n"++ "del \n\n"++ "delete post"++ "\n---\n"++ "help\n\n"++ "show this message"++ "\n---\n"++ "info\n\n"++ "verbose help"++ "\n---" info = "Full info can be found at http://touhou.ru/kagami/primula/specification.ru.txt"