otouto v3.12
Minor changes across the board. More planned. I also may have accidentally screwed with access permissions (so looks like every file is marked modified). Moved drua-tg.lua into the otouto/ directory. Added pokego-calculator.lua plugin (similar to pidgeycalc.com).
This commit is contained in:
6
otouto/plugins/weather.lua
Executable file → Normal file
6
otouto/plugins/weather.lua
Executable file → Normal file
@ -13,10 +13,8 @@ function weather:init(config)
|
||||
end
|
||||
|
||||
weather.triggers = utilities.triggers(self.info.username, config.cmd_pat):t('weather', true).table
|
||||
weather.doc = [[```
|
||||
]]..config.cmd_pat..[[weather <location>
|
||||
Returns the current weather conditions for a given location.
|
||||
```]]
|
||||
weather.doc = config.cmd_pat .. [[weather <location>
|
||||
Returns the current weather conditions for a given location.]]
|
||||
end
|
||||
|
||||
weather.command = 'weather <location>'
|
||||
|
Reference in New Issue
Block a user