From 89e344b0c84ed17859a4b963ee87f49ca8449b45 Mon Sep 17 00:00:00 2001 From: yago Date: Mon, 3 Nov 2014 23:44:21 +0100 Subject: [PATCH] help info --- README.md | 10 ++++++---- bot/bot.lua | 10 +++++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3f434da..2fada95 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,12 @@ Command list !fwd : forward msg !forni : send text to group Fornicio !fortune : print a random adage -!weather [city] : weather in that city (Madrid if not city) -!9gag : send random image from 9gag -!rae (word): Spanish dictionary -!eur : EURUSD market value +!weather (city) : weather in that city (Madrid is default) +!9gag : send random url image from 9gag +!rae (word) : Spanish dictionary +!eur (USD) : EURUSD market value !img (text) : search image with Google API and sends it !uc3m : fortunes from Universidad Carlos III +!set [variable_name] [value] : store for !get +!get (variable_name) : retrieves variables saved with !set ``` diff --git a/bot/bot.lua b/bot/bot.lua index c7404d9..d4f18a3 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -222,12 +222,12 @@ !fortune : print a random adage !weather (city) : weather in that city (Madrid is default) !9gag : send random url image from 9gag - !rae (word): Spanish dictionary - !eur (USD): EURUSD market value - !img (text): search image with Google API and sends it + !rae (word) : Spanish dictionary + !eur (USD) : EURUSD market value + !img (text) : search image with Google API and sends it !uc3m: fortunes from Universidad Carlos III - !set [variable_name] [value]: store for !get - !get (variable_name): retrieves variables saved with !set]] + !set [variable_name] [value] : store for !get + !get (variable_name) : retrieves variables saved with !set]] send_msg(receiver, text, ok_cb, false) return end