packages feed

matsuri-0.0.3: Help.hs

module Help (
    help_all
) where

help_all :: String
help_all = "\
\Commands:\n\
\\n\
\/help                   -- this help message\n\
\/c                      -- connect account\n\
\/d                      -- disconnect account\n\
\/j <room@service>       -- join to conference\n\
\/topic                  -- show room topic\n\
\/names                  -- show room participants (like in irssi)\n\
\/q                      -- exit\n\
\\n\
\Hotkeys:\n\
\\n\
\C-n C-p                 -- moves in roster\n\
\C-a C-f C-b C-e M-f M-b -- moves in edit box\n\
\C-v                     -- show/hide roster\n\
\RET                     -- collapse/expand group\n\
\C-q                     -- exit"