IRC:exec aliases: Difference between revisions
No edit summary |
|||
Line 22: | Line 22: | ||
==define-add== | ==define-add== | ||
~define-add term, meaning | ~define-add term, meaning | ||
==define-count== | |||
~define-count | |||
==define-delete== | |||
~define-delete | |||
==define-list== | |||
~define-list | |||
==define-sources== | |||
~define-sources | |||
==isup== | ==isup== | ||
Line 117: | Line 129: | ||
==location== | ==location== | ||
~location code | ~location code | ||
==count== | |||
~count <nick> | |||
==first== | |||
~first <nick> | |||
==last== | |||
~last <nick> | |||
==find-first== | |||
~find-first <text> | |||
==find-last== | |||
~find-last <text> | |||
[[Category:IRC]] | [[Category:IRC]] | ||
[[Category:IRC:exec]] | [[Category:IRC:exec]] |
Revision as of 08:35, 19 August 2014
join
join #channel (don't have to be channel op)
sed
~sed on|off
[nick[:|,|>|.] ]s/pattern/replace[/[g]] (similar to SedBot)
part
~part (bot leaves channel)
list
~list (lists available commands)
list-auth
~list-auth (lists available commands requiring NickServ account authorization)
define
~define term
define-add
~define-add term, meaning
define-count
~define-count
define-delete
~define-delete
define-list
~define-list
define-sources
~define-sources
isup
~isup host[:port] (checks connection, returns http status if found)
rainbow
~rainbow text
translate
~translate tolang text (auto-detects source lang, eg: ~translate en prueba)
translate-sl
~translate-sl fromlang tolang text (eg: ~translate-sl es en prueba)
time
~time location
weather
Syntax: ~weather location
Developer(s): crutchy
Source:
- https://github.com/crutchy-/exec-irc-bot/blob/master/scripts/weather.php
- https://github.com/crutchy-/exec-irc-bot/blob/master/scripts/weather_lib.php
Related commands:
crutchy> ~weather
<exec> syntax: ~weather location
<exec> weather data courtesy of the APRS Citizen Weather Observer Program (CWOP) @ http://weather.gladstonefamily.net/
crutchy> ~weather JFK
<exec> weather for Brooklyn, NY US at 5:16 am (EDT) ~ 36 mins ago: temp: 13.3°C (56°F), dp: 12.1°C (53.7°F), press: 1014.6 mb (+0.1 mb/18 mins), humid: 92%, wind: 0 km/h (0 mph) @ 31°
crutchy> ~weather vostok, aq
<exec> weather for Vostok Station (RUS), -, Antarctica (the territory South of 60 deg S) at 2014-08-18 06:00:00 (UTC) ~ 234 mins ago: temp: -69.4°C (-92.9°F), dp: -74.4°C (-101.9°F), press: 943.6 mb (-1.1 mb/360 mins), humid: 47%, wind: 16 km/h (10 mph) @ 230°
<crutchy> ~weather crutchy
<exec> weather for Morwell (latrobe Valley Airport), VIC, Australia at 6:01 pm (EST) ~ 108 mins ago: temp: 11.3°C (52.3°F), dp: 9°C (48.2°F), press: 1020.7 mb (+0.7 mb/60 mins), humid: 85%, wind: 1.6 km/h (1 mph) @ 120°
weather-add
Syntax: ~weather-add name location
Developer(s): crutchy
Source:
- https://github.com/crutchy-/exec-irc-bot/blob/master/scripts/weather.php
- https://github.com/crutchy-/exec-irc-bot/blob/master/scripts/weather_lib.php
Related commands:
Description:
Enables storing a short name to refer to a longer location description when using the ~weather or ~time commands.
If a name already exists, setting it again will overwrite the existing named location.
Names cannot be deleted at this stage.
A few thousand ICAO and IATA/FAA airport codes have been imported into the codes file thanks to OpenFlights.
<crutchy> ~weather-add crutchy melbourne australia
<exec> code "crutchy" set for location "melbourne australia"
queue
~queue (returns number of SN submissions in the queue)
lock
~lock alias|~unlock (treats all lines entered as being prefixed with alias, channel-specific)
location
~location code
count
~count <nick>
first
~first <nick>
last
~last <nick>
find-first
~find-first <text>
find-last
~find-last <text>