GitXplorerGitXplorer
I

irc

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a086cf4ebb196cce042a17ecc8c3c24e1fa26f95

Add the nicktracker shell script

committed 8 years ago
Unverified
522c3f6fa14a22ab970d30bed6ca54b59df08765

Initial commit

IIsaacG committed 8 years ago

README

The README file for this repository.

irc

All sorts of IRC related coding

  • nicktracker
  • Little experiment used to track people on IRC as they change nicks.
  • Parses my irssi IRC logs.
  • Stores nick changes and hosts associated with nicks to a SQLite DB.
  • Allows updating the DB with new logs.
  • Allows querying the DB for all the nicks associated with a given nick.
  • Uses ~/.nicktracker.rc to define $db $irclogdir and $ignorenick
  • Built on awk, bash and sqlite in about 1.5 hours.