Darkbot — Plugins

chmod +x /home/darkbot/plugins/weather.sh (via IRC command):

( /home/darkbot/plugins/weather.sh ):

#!/bin/bash LOCATION="$1" curl -s "wttr.in/$LOCATION?format=3" : darkbot plugins