module Help ( help_noconfig, help_all ) where -- TODO: normal help strings. help_noconfig = "\ \No config file found. Copy matsurirc.example (shipped with the\ \ package or get it from http://patch-tag.com/r/Kagami/matsuri/\ \snapshot/current/content/raw/matsurirc.example) to ~/.matsurirc\ \ and edit for you." help_all = "\ \Commands:\n\ \/help -- this help message\n\ \/connect -- connect account\n\ \/disconnect -- disconnect account\n\ \/join -- join to conference\n\ \/topic [topic] -- show/set room topic\n\ \/names -- show room participants (like in irssi)\n\ \/rank -- set role/affiliation by nick\n\ \/rankj -- set affiliation by jid\n\ \/nick -- set room nick\n\ \/list -- show room list\n\ \/quit -- exit\n\ \\n\ \Hotkeys:\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"