1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-06-29 22:50:32 +02:00

Reconnect with a different nickname if the original is already in use

This commit is contained in:
Diego Martínez
2013-01-19 04:59:38 -02:00
parent 96ed8287f4
commit 33a16ac395
3 changed files with 27 additions and 4 deletions

View File

@ -1,2 +1,7 @@
#! /bin/sh
(cd Build && cmake . && make && make pack_mod && rm -fr ~/.minetest/games/testing/mods/irc && cp -fr irc ~/.minetest/games/testing/mods/ )
cd Build \
&& cmake .. \
&& make \
&& make pack_mod \
&& rm -fr ~/.minetest/games/testing/mods/irc \
&& cp -fr irc ~/.minetest/games/testing/mods/