Skip to content

Commit

Permalink
Updated mIRC Addon
Browse files Browse the repository at this point in the history
  • Loading branch information
turbosmurfen committed Apr 5, 2024
1 parent 05b159d commit 9bc8cc5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Spoton mIRC Addon/spoton.mrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;Welcome to Spoton mIRC Addon. Beta 0.0.5.
;This addon works best with Spoton 1.1.9 or later.
;Welcome to Spoton mIRC Addon. Beta 0.0.6.
;This addon works best with Spoton 1.2.0 or later.

;Icons made by icons8 - https://icons8.com/

Expand Down Expand Up @@ -117,6 +117,9 @@ alias -l sptnrun {
elseif ($isfile(%path2)) {
/run %path2
}
else {
echo 04 -ag * [Spoton] - Spotify is not installed on this system.
}
}
else {
echo 04 -ag * [Spoton] - Spotify is already running.
Expand Down Expand Up @@ -269,7 +272,7 @@ on *:load:{
set %sptnsaythis Spotify » [song]
spssh
set %sptncntrl $toolbar(0) + 1
set %sptnbeta 0.0.5
set %sptnbeta 0.0.6
set %sptnmedia 0
echo 02 -ag * [Spoton] - Spoton is loaded!
}
Expand Down

0 comments on commit 9bc8cc5

Please sign in to comment.