Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b55b3d97c117d9c81d74e136502309ca6169f58f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b55b3d97c117d9c81d74e136502309ca6169f58f)
  • Date: Thu, 27 Jul 2006 03:06:36 -0500

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

chat-irc/miau/CONFIGURE | 3 +++
chat-irc/miau/HISTORY | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit b55b3d97c117d9c81d74e136502309ca6169f58f
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

miau: minor fix to bring the old vars upward only if it's not-set

diff --git a/chat-irc/miau/CONFIGURE b/chat-irc/miau/CONFIGURE
index 65febb2..525fed9 100755
--- a/chat-irc/miau/CONFIGURE
+++ b/chat-irc/miau/CONFIGURE
@@ -1,7 +1,10 @@
+if [ -z $MIAU_OPTS ]
+ then
MIAU_OPTS="$MIAU_DCCBOUNCE $MIAU_AUTOMODE $MIAU_RELEASENICK \
$MIAU_CTCP $MIAU_MKPASSWD $MIAU_UPTIME $MIAU_CHANLOG \
$MIAU_PRIVLOG $MIAU_ONCONNECT $MIAU_EMPTYAWAY $MIAU_ASCIIART \
$MIAU_QUICKLOG $MIAU_QUICKLOGSTAMP $MIAU_INBOX"
+fi &&
config_query_option MIAU_OPTS \
"Enable DCC Bouncing" \
y \
diff --git a/chat-irc/miau/HISTORY b/chat-irc/miau/HISTORY
index 067af6f..a407129 100644
--- a/chat-irc/miau/HISTORY
+++ b/chat-irc/miau/HISTORY
@@ -1,6 +1,7 @@
2006-07-27 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated to 0.6.2, removed UPDATED
- * CONFIGURE: use only a single variable MIAU_OPTS
+ * CONFIGURE: use only a single variable MIAU_OPTS, add check if the
+ var is non-zero

2006-05-14 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 0.6.1



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b55b3d97c117d9c81d74e136502309ca6169f58f), Andra?? Levstik, 07/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page