]> git.example.dev Git - binbsis50.git/commitdiff
added more abbreviations
authorLuigi Pinca <luigipinca@gmail.com>
Thu, 8 Feb 2018 15:38:08 +0000 (16:38 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Thu, 8 Feb 2018 15:38:08 +0000 (16:38 +0100)
lib/match.js

index 07f74ef00d347561cfaa41808ef80b1227e92751..594c97820bd0fd8f567b0fbe96586de536db6125 100644 (file)
@@ -62,13 +62,21 @@ var checkDistance = function(s1, s2) {
  */
 
 var abbreviations = {
+  bfmv: 'bullet for my valentine',
+  brmc: 'black rebel motorcycle club',
   ccr: 'creedence clearwater revival',
   elo: 'electric light orchestra',
-  omd: 'orchestral manoeuvres in the dark',
-  rhcp: 'red hot chili peppers',
+  fgth: 'frankie goes to hollywood',
   jsbx: 'the jon spencer blues explosion',
+  mcr: 'my chemical romance',
+  nkotb: 'new kids on the block',
+  omd: 'orchestral manoeuvres in the dark',
+  pusa: 'the presidents of the united states of america',
   qotsa: 'queens of the stone age',
-  ratm: 'rage against the machine'
+  ratm: 'rage against the machine',
+  rhcp: 'red hot chili peppers',
+  soad: 'system of a down',
+  stp: 'stone temple pilots'
 };
 
 /**