help info
This commit is contained in:
parent
1adac22f7f
commit
89e344b0c8
10
README.md
10
README.md
@ -26,10 +26,12 @@ Command list
|
|||||||
!fwd : forward msg
|
!fwd : forward msg
|
||||||
!forni : send text to group Fornicio
|
!forni : send text to group Fornicio
|
||||||
!fortune : print a random adage
|
!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 image from 9gag
|
!9gag : send random url image from 9gag
|
||||||
!rae (word): Spanish dictionary
|
!rae (word) : Spanish dictionary
|
||||||
!eur : EURUSD market value
|
!eur (USD) : EURUSD market value
|
||||||
!img (text) : search image with Google API and sends it
|
!img (text) : search image with Google API and sends it
|
||||||
!uc3m : fortunes from Universidad Carlos III
|
!uc3m : fortunes from Universidad Carlos III
|
||||||
|
!set [variable_name] [value] : store for !get
|
||||||
|
!get (variable_name) : retrieves variables saved with !set
|
||||||
```
|
```
|
||||||
|
10
bot/bot.lua
10
bot/bot.lua
@ -222,12 +222,12 @@
|
|||||||
!fortune : print a random adage
|
!fortune : print a random adage
|
||||||
!weather (city) : weather in that city (Madrid is default)
|
!weather (city) : weather in that city (Madrid is default)
|
||||||
!9gag : send random url image from 9gag
|
!9gag : send random url image from 9gag
|
||||||
!rae (word): Spanish dictionary
|
!rae (word) : Spanish dictionary
|
||||||
!eur (USD): EURUSD market value
|
!eur (USD) : EURUSD market value
|
||||||
!img (text): search image with Google API and sends it
|
!img (text) : search image with Google API and sends it
|
||||||
!uc3m: fortunes from Universidad Carlos III
|
!uc3m: fortunes from Universidad Carlos III
|
||||||
!set [variable_name] [value]: store for !get
|
!set [variable_name] [value] : store for !get
|
||||||
!get (variable_name): retrieves variables saved with !set]]
|
!get (variable_name) : retrieves variables saved with !set]]
|
||||||
send_msg(receiver, text, ok_cb, false)
|
send_msg(receiver, text, ok_cb, false)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user