WIP more irc
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
#define LOCAL_TRACE 1
|
#define LOCAL_TRACE 1
|
||||||
|
|
||||||
//#define IRC_SERVER IPV4(176,58,122,119) // irc.libera.chat
|
//#define IRC_SERVER IPV4(176,58,122,119) // irc.libera.chat
|
||||||
#define IRC_SERVER IPV4(88,99,244,30) // irc.sortix.org
|
#define IRC_SERVER IPV4(88,99,244,4) // irc.sortix.org
|
||||||
//#define IRC_SERVER IPV4(192,168,1,110) // localhost
|
//#define IRC_SERVER IPV4(192,168,1,110) // localhost
|
||||||
#define IRC_PORT 6667
|
#define IRC_PORT 6667
|
||||||
#define IRC_USER "geist"
|
#define IRC_USER "geist"
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ fi
|
|||||||
if [ $DO_NET_TAP == 1 ]; then
|
if [ $DO_NET_TAP == 1 ]; then
|
||||||
ARGS+=$NET_TAP_ARGS
|
ARGS+=$NET_TAP_ARGS
|
||||||
ARGS+=$NET_DEVICE_ARGS
|
ARGS+=$NET_DEVICE_ARGS
|
||||||
SUDO="sudo "
|
#SUDO="sudo "
|
||||||
fi
|
fi
|
||||||
if [ $DO_DISPLAY == 1 ]; then
|
if [ $DO_DISPLAY == 1 ]; then
|
||||||
ARGS+=$DISPLAY_ARGS
|
ARGS+=$DISPLAY_ARGS
|
||||||
|
|||||||
Reference in New Issue
Block a user