From ad31523a4557027b0ea69f3ee598ef2e57f8c27f Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 30 Aug 2013 17:50:55 +0200 Subject: [PATCH] changed graph names to have the graphs closer to each other --- ircdch_ | 2 +- ircdlusers_ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ircdch_ b/ircdch_ index 5c676a3..8d8f7bd 100755 --- a/ircdch_ +++ b/ircdch_ @@ -24,7 +24,7 @@ fi IRCNET=${0##*ircdch_} if [ "$1" = "config" ]; then - echo "graph_title ${IRCNET} ircd channel stats" + echo "graph_title ircnet ${IRCNET} channel stats" echo "graph_info This graph shows the usercounts of the top 15 channels" echo "graph_category irc" echo "graph_printf %.0lf" diff --git a/ircdlusers_ b/ircdlusers_ index ab75fc3..fc5d3d4 100755 --- a/ircdlusers_ +++ b/ircdlusers_ @@ -23,7 +23,7 @@ if [ "$1" = "autoconf" ]; then fi if [ "$1" = "config" ]; then - echo "graph_title ${IRCNET} ircd usage stats" + echo "graph_title ircnet ${IRCNET} usage stats" echo "graph_info This graph shows the IRCd's stats" echo "graph_category irc" echo "graph_order clients channels servers" -- 2.43.0