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:
@ -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/
|
||||
|
Reference in New Issue
Block a user