packages feed

mahoro-0.1.1: Help.hs

-- | Help.hs
-- A module which contain simple help strings.

module Help (
    help,
    info
) where


help =
    "mahoro is a chans to xmpp gate.\n\n\
    \Commands:\n\
    \---\n\
    \touch <url> [description]\n\n\
    \subscribes on thread\n\
    \---\n\
    \rm <url | number>\n\n\
    \delete subscribe on thread by url or by number\n\
    \---\n\
    \ln <url | number> [description]\n\n\
    \set description on thread; empty second parameter will delete \
    \already specified description\n\
    \---\n\
    \ls\n\n\
    \shows your subscribes\n\
    \---\n\
    \lsmod\n\n\
    \shows avialable chans\n\
    \---\n\
    \logout\n\n\
    \delete all info about your subscribes\n\
    \---\n\
    \help\n\n\
    \prints this message\n\
    \---\n\
    \info\n\n\
    \prints some info about program"


info =
    "Sources and bugtracker: \
    \http://kagami.touhou.ru/projects/show/mahoro"