You are here

mIRC

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 35122
Wine: System

Feedbacks

Description

mIRC is a popular Internet Relay Chat client used by millions of people, and thousands of organizations, to communicate, share, play and work with each other on IRC networks around the world. Serving the Internet community for over a decade, mIRC has evolved into a powerful, reliable and fun piece of technology.

Source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITRE="mIRC"
PREFIXE="mIRC"
file="mirc632.exe"
cd $REPERTOIRE/tmp/
rm *.jpg
wget $SITE/setups/mirc/left.jpg
POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpg"
POL_SetupWindow_presentation "$TITRE" "mirc" "http://www.mirc.com/" "Tinou" "$PREFIXE"
cd $REPERTOIRE/tmp/
select_prefix "$REPERTOIRE/wineprefix/$PREFIXE"
POL_SetupWindow_prefixcreate
POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "$SITE/divers/$file"
POL_SetupWindow_wait_next_signal "Installing $TITRE" "$TITRE"
wine $file
POL_SetupWindow_detect_exit
POL_SetupWindow_message "Please press Next when mIRC is fully installed" "$TITRE"
POL_SetupWindow_make_shortcut "$PREFIXE" "Program Files/mIRC" "mirc.exe" "" "$TITRE"
POL_SetupWindow_message "$TITRE has been installed successfully" "$TITRE"
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message
Lizard2 Wednesday 22 February 2023 at 21:02
Lizard2 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -4,7 +4,7 @@
 
 TITRE="mIRC"
 PREFIXE="mIRC"
-file="mirc632.exe"
+file="mirc767.exe"
 cd $REPERTOIRE/tmp/
 rm *.jpg
 wget $SITE/setups/mirc/left.jpg

New source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITRE="mIRC"
PREFIXE="mIRC"
file="mirc767.exe"
cd $REPERTOIRE/tmp/
rm *.jpg
wget $SITE/setups/mirc/left.jpg
POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpg"
POL_SetupWindow_presentation "$TITRE" "mirc" "http://www.mirc.com/" "Tinou" "$PREFIXE"
cd $REPERTOIRE/tmp/
select_prefix "$REPERTOIRE/wineprefix/$PREFIXE"
POL_SetupWindow_prefixcreate
POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "$SITE/divers/$file"
POL_SetupWindow_wait_next_signal "Installing $TITRE" "$TITRE"
wine $file
POL_SetupWindow_detect_exit
POL_SetupWindow_message "Please press Next when mIRC is fully installed" "$TITRE"
POL_SetupWindow_make_shortcut "$PREFIXE" "Program Files/mIRC" "mirc.exe" "" "$TITRE"
POL_SetupWindow_message "$TITRE has been installed successfully" "$TITRE"
POL_SetupWindow_Close
exit

Replies