Commands

Commands list

Commands descriptions

  • help

    Returns list of all available commands.

    help command - returns detailed info about certain command

  • news

    Command news returns news from RSS feeds. By default, news are taken from wp.pl, but you can choose your default RSS feed on the Teabot's webpage.

    news - news from default feed.

  • weather / w

    Command w (weather) returns information about the weather for specified city (you can set the default city in your panel on the webpage).

    w - Returns the weather for the default city.

    w city - Returns the weather for specified city.

  • notebook / n

    Command n (notebook) allows you to create notes.

    n - Shows list of your notes.

    n pokaż number / name - Shows selected note.

    n dodaj title; content - Adds note with given title and content.

    n edytuj title / number; content - Changes content of selected note.

    Caution: You have to add semicolon after the title ( ; )

    n usuń number / name - Deletes selected note

  • search / s

    Command s (search) allows searching the web using Google Search API.

    The syntax is:

    s en some_query

    where en is two-letter international language code. If no language code is specified, default language is used.

  • translate / t

    Command t translates words, using the dictionary from lingro.com

    The syntax is, e.g.:

    t pl2en word

    where pl and en are the international two-letter country codes. Available languages are:

    *pl - Polish *en - English *de - German *cn - Chinese *es - Spanish *fr - French *it - Italian *nl - Dutch *pt - Portuguese *ru - Russian *se - Swedish

    There are also following aliases available:

    ep = t en2pl - from English to Polish

    pe = t pl2en - from Polish to English

    gp = t de2pl - from German to Polish

    pg = t pl2de - from Polish to German

    rp = t ru2pl - from Russian to Polish

    pr = t pl2ru - from Polish to Russian

  • spellcheck / spell

    Command spellcheck checks whether words are written properly. Syntax:

    spell en word1 word2 word3

    where en is a two-letter code of language the words belong to, will return spellchecking results for each word. If any word is written improperly, command will return list of suggestions how to write this word properly.

    Available languages are:

    • de - German
    • en - English
    • fr - French
    • it - Italian
    • pl - Polish
    • ru - Russian

    When language code is not given, command checks words in user's default language.

    You can check up to 10 words in one query.

  • inflection / inf

    Command inflection (inf) returns a list of inflections of given word. The syntax is:

    inflection pl word

    where pl is an international two-letter language code.

    If there is no language code given, default language will be used. Currently the only available language is Polish.

  • synonym / sy

    Command synonym (sy) returns a list of given word's synonyms. The syntax is:

    synonym pl word

    where pl is an international two-letter language code.

    Available languages are:

    • pl - Polish
    • de - German

    If no language code is given, default language will be used.

  • lyrics

    Command lyrics searches for the lyrics of given song. The syntax is:

    lyrics artist_name - song_title

  • currency

    Command currency returns current average rates for many currencies, based on data from nbp.pl. Syntax:

    currency code1 code2 code3

    where code1, code2, code3, and so on, are international currency codes. Case doesn't matter. You can check up to 10 currencies at once.

    Available currencies (code and full name):

    • THB - bat (Tajlandia)
    • USD - dolar amerykański
    • AUD - dolar australijski
    • HKD - dolar Hongkongu
    • CAD - dolar kanadyjski
    • NZD - dolar nowozelandzki
    • SGD - dolar singapurski
    • EUR - euro
    • HUF - forint (Węgry)
    • CHF - frank szwajcarski
    • GBP - funt szterling
    • UAH - hrywna (Ukraina)
    • JPY - jen (Japonia)
    • CZK - korona czeska
    • DKK - korona duńska
    • EEK - korona estońska
    • ISK - korona islandzka
    • NOK - korona norweska
    • SEK - korona szwedzka
    • HRK - kuna chorwacka
    • RON - lej rumuński
    • BGN - lew bułgarski
    • TRY - lira turecka
    • LTL - lit litewski
    • LVL - łat łotewski
    • PHP - peso filipińskie
    • MXN - peso meksykańskie
    • ZAR - rand (RPA)
    • BRL - real brazylijski
    • MYR - ringgit malezyjski
    • RUB - rubel rosyjski
    • IDR - rupia (Indonezja)
    • KRW - won (Korea Płd.)
    • CNY - yuan renminbi (Chiny)
    • XDR - SDR (MFW)

    If no code is given, command will return values in PLN for: EUR, USD, CHF, GBP, CZK.

  • wiki

    Command wiki returns beginnings of Wikipedia articles, connected with given query, and hyperlinks to these articles. Syntax:

    wiki en some_query

    where 'en' is two-letter international language code. This code allows you to choose Wikipedia language. E.g. for English version (en.wikipedia.org) it would be en, for German version (de.wikipedia.org) - de, etc.

    If code is not given, default language will be used

  • account

    Command account allows to assign several Jabber or Google Talk accounts to one user.

    The syntax is:

    account account_key

    More information about this command is available on the webpage in your account administration panel in section Add account.