#!/bin/sh

# L-Installation Program
# Copyright(c) 2003 by commx.

echo ""
echo ""
echo "-- L Installation Program"
echo "-- Version 1.0"
echo "--"
echo "-- Compiling source..."
make
echo "-- Starting Configfile editing..."
vi lightweight.conf

echo "--"
echo "-- Main Configuration finished."
echo "-- Please use now ./authlev <yournick>"
echo "-- (Replace <yournick> with your Authnick on IRC."
echo "-- This will add yourself full authlevel for L."
echo "--"
echo ""
