some !help info and gitignore

This commit is contained in:
yago 2014-11-03 23:41:44 +01:00
parent 286e0afc18
commit 1adac22f7f
2 changed files with 6 additions and 9 deletions

3
bot/.gitignore vendored
View File

@ -1,3 +0,0 @@
# Config file
config.json

View File

@ -220,14 +220,14 @@
!fwd : forward msg
!forni : send text to group Fornicio
!fortune : print a random adage
!weather [city] : weather in that city (Madrid if not city)
!weather (city) : weather in that city (Madrid is default)
!9gag : send random url image from 9gag
!rae (word): Spanish dictionary
!eur : 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]]
!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]]
send_msg(receiver, text, ok_cb, false)
return
end