Irssi Airport code (IATA/ICOA) resolver script

Synopsis

This script introduces the following command into Irsssi:
  • /IATA <iata code>
to Irssi which looks up the given code and returns the corresponding airport name and location.
The Script is using different data sources and reports any hits.

Installation

  1. Extract iata.tar.(gz|bz2) in your ~/.irssi/ directory.
  2. Move the iata.pl into scripts/.
  3. Inside Irssi do "/run iata.pl".
  4. If you install the script systemwide, adjust the path to the DB file accordingly.
  5. If you don't have DBD::SQLite but a different database you need to adjust the dsn in the script.

Downloads