summaryrefslogtreecommitdiff
path: root/makeconf
blob: 70ffa45957cc8a481a509d54758230c23cfcfb3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
#!/bin/sh
# InspIRCd Configuration Creator
#
# Copyright 2003 The ChatSpike Development Team
# <Craig@chatspike.net>
# <brain@chatspike.net>
#
# $Id$
#
########################################################

echo "Configuring Default Values"

ME=`pwd`
SERV_NAME="my.server.name"
SERV_DESC="My InspIRCd Server"
SERV_NET="MyNetwork"

ADMIN_NAME="My Name"
ADMIN_NICK="MyNick"
ADMIN_MAIL="My@E-Mail.Address"

DIE_PASS="DieNow"
RESTART_PASS="RestartNow"
DIE_WAIT="5"

CONNECT_ALLOW="*"
CONNECT_PASS="ServerPass"

VHOST_DOMAIN="inspircd.org"

OPER_NICK="Fred"
OPER_PASS="mysecret"
OPER_HOST="*@*"
OPER_TYPE="NetAdmin"

FILES_MOTD="$ME/conf/inspire.motd"
FILES_RULE="$ME/conf/inspire.rules"

OP_PREFIX="Quit: "
OP_DEBUG="default"
OP_HALFY="yes"
OP_PROTE="yes"
OP_FOUND="yes"

rm -f makeconf.temp

c=""
n=""

if [ "`eval echo -n 'a'`" = "-n a" ] ; then
        c="\c"
 else
        n="-n"
fi

clear
echo -e "'\033[1;33m####\033[0;37m:'\033[1;33m##\033[0;37m::: \033[1;33m##\033[0;37m::'\033[1;33m######\033[0;37m::'\033[1;33m########\033[0;37m::'\033[1;33m####\033[0;37m:'\033[1;33m########\033[0;37m:::'\033[1;33m######\033[0;37m::'\033[1;33m########\033[0;37m::"
echo -e ". \033[1;33m##\033[0;37m:: \033[1;33m###\033[0;37m:: \033[1;33m##\033[0;37m:'\033[1;33m##\033[0;37m... \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m.... \033[1;33m##\033[0;37m:. \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m.... \033[1;33m##\033[0;37m:'\033[1;33m##\033[0;37m... \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m.... \033[1;33m##\033[0;37m:"
echo -e ": \033[1;33m##\033[0;37m:: \033[1;33m####\033[0;37m: \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m:::..:: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m:::..:: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m:"
echo -e ": \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m \033[1;33m##\033[0;37m \033[1;33m##\033[0;37m:. \033[1;33m######\033[0;37m:: \033[1;33m########\033[0;37m::: \033[1;33m##\033[0;37m:: \033[1;33m########\033[0;37m:: \033[1;33m##\033[0;37m::::::: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m:"
echo -e ": \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m. \033[1;33m####\033[0;37m::..... \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m.....:::: \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m.. \033[1;33m##\033[0;37m::: \033[1;33m##\033[0;37m::::::: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m:"
echo -e ": \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m:. \033[1;33m###\033[0;37m:'\033[1;33m##\033[0;37m::: \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m::::::::: \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m::. \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m::: \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m:"
echo -e "'\033[1;33m####\033[0;37m: \033[1;33m##\033[0;37m::. \033[1;33m##\033[0;37m:. \033[1;33m######\033[0;37m:: \033[1;33m##\033[0;37m::::::::'\033[1;33m####\033[0;37m: \033[1;33m##\033[0;37m:::. \033[1;33m##\033[0;37m:. \033[1;33m######\033[0;37m:: \033[1;33m########\033[0;37m::"
echo -e "\033[0;37m\033[0;37m....::..::::..:::......:::..:::::::::....::..:::::..:::......:::........:::"
echo ""
echo -e "\033[1;37mWelcome to the inspircd.conf file maker!!"
echo -e "\033[0;37m"
echo -e "*** Although with most values, hitting \033[1;37m<RETURN>\033[0;37m will use the default, ***"
echo "*** others are not like this. Where possible, Please fill in all the  ***"
echo "*** values manually. Once complete, you *WILL* be required to edit    ***"
echo "*** the created file manually, to ensure values are correct. Enjoy!   ***"
echo -e "*** Between the [\033[1;32mBRACKETS\033[0;37m] will be default / example values to help   ***"

echo ""
echo ""

echo "The first Part of this is the server Configuration. Here we will take"
echo "Details, Such as the servers name, Description, and The administrators"
echo "information. Once complete, the Screen will clear, and stage 2 will begin"

echo ""
echo "Enter Servers Name"
echo -e $n "[\033[1;32m$SERV_NAME\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
	SERV_NAME=$cc
fi


echo ""
echo "Enter Server Description"
echo -e $n "[\033[1;32m$SERV_DESC\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
        SERV_DESC=$cc
fi


echo ""
echo "Enter Your Network Name"
echo -e $n "[\033[1;32m$SERV_NET\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
        SERV_NET=$cc
fi


echo ""
echo ""

echo ""
echo "Enter Administrators Full Name"
echo -e $n "[\033[1;32m$ADMIN_NAME\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
        ADMIN_NAME=$cc
fi


echo ""
echo "Enter Administrators NickName"
echo -e $n "[\033[1;32m$ADMIN_NICK\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
        ADMIN_NICK=$cc
fi


echo ""
echo "Enter Administrators Email Address"
echo -e $n "[\033[1;32m$ADMIN_MAIL\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
        ADMIN_MAIL=$cc
fi


echo "Section Complete, Writing Config File Header."

###
# Config file header Here!
###

echo "########################################################################" >> makeconf.temp
echo "#                                                                      #" >> makeconf.temp
echo "#                     ---------------------------                      #" >> makeconf.temp
echo "#                     InspIRCd Configuration File                      #" >> makeconf.temp
echo "#                     ---------------------------                      #" >> makeconf.temp
echo "#                                                                      #" >> makeconf.temp
echo "##################################||####################################" >> makeconf.temp
echo "                                 #||#" >> makeconf.temp
echo "##################################||####################################" >> makeconf.temp
echo "#                                                                      #" >> makeconf.temp
echo "#         This is an example of the config file for InspIRCd.          #" >> makeconf.temp
echo "#             Change the options to suit your network                  #" >> makeconf.temp
echo "#                                                                      #" >> makeconf.temp
echo "#                 Written by      : makeconf (Craig@inspircd.org)      #" >> makeconf.temp
echo "#                                                                      #" >> makeconf.temp
echo "########################################################################" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp

###
# Complete, server tag now
###

echo "#-#-#-#-#-#-#-#-#-#-#-#-  SERVER DESCRIPTION  -#-#-#-#-#-#-#-#-#-#-#-#-" >> makeconf.temp
echo "<server  name=\"$SERV_NAME\"" >> makeconf.temp
echo "         description=\"$SERV_DESC\"" >> makeconf.temp
echo "         network=\"$SERV_NET\">" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp

###
# Admin Tag..
###

echo "#-#-#-#-#-#-#-#-#-#-#-#-   ADMIN INFORMATION   -#-#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp
echo "<admin  name=\"$ADMIN_NAME\"" >> makeconf.temp
echo "        nick=\"$ADMIN_NICK\"" >> makeconf.temp
echo "        email=\"$ADMIN_MAIL\">" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp

###
# Complete.
###

clear
echo "Congratulations, you have successfully Configured your Server and Administrator"
echo "Information Correctly. Proceeding to Servers Port Configuration."

echo ""
echo ""

echo "Now its time to specify which IP and ports you wish to run the IRCd on."
echo "When asked please enter the IP Address, and ports. As a note, you may"
echo "Leave the IP Address blank to bind to all avaliable interfaces."
echo ""
echo "To end, either type \"done\" as the IP, or leave the Port Blank."
echo ""

###
# Write Config Header..
###

echo "#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-  RTFM LINE  -#-#-#-#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp
echo "#                                                                     #" >> makeconf.temp
echo "#   Just remove this... Its here to make you read through this file   #" >> makeconf.temp
echo "#   properly after running \"makeconf\"                               #" >> makeconf.temp
echo "" >> makeconf.temp
echo "<die value=\"tut tut, someone didnt check their config file properly\">" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp


echo "#-#-#-#-#-#-#-#-#-#-#-#-   PORT CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-" >> makeconf.temp

###
# Ok, done.. Proceed :)
###

BOUND_PORT=""
ok=0
default=0
while [ $ok -eq 0 ] ; do
	echo "Enter the IP"
	echo $n "[] -> $c"
	read cc
	if [ "$cc" == "done" ] ; then
		ok=1
	else
		BIND_IP=$cc
	fi
	if [ "$ok" != "1" ] ; then
		echo -e "Ports Already Bound: \033[1;32m$BOUND_PORT\033[0;37m"
		echo "Enter Port to Bind to $BIND_IP"
		echo $n "[] -> $c"
		read cc
		if [ ! "$cc" ] ; then
			ok=1
		else
			default=1
			BOUND_PORT="$BOUND_PORT $cc"
			echo "<bind address=\"$BIND_IP\" port=\"$cc\">" >> makeconf.temp
		fi
	fi
done

if [ "$default" == "0" ] ; then 
	echo "<bind address=\"\" port=\"6667\">" >> makeconf.temp
fi

###
# OoOok.. Finishing section
###

echo "" >> makeconf.temp
echo "" >> makeconf.temp

###
# Finished, Port Configuration Complete :D
###


clear
if [ "$default" == "0" ] ; then
	echo "<bind address=\"\" port=\"6667\">" >> makeconf.temp
	echo ""
	echo ""
fi
echo "See? that wasnt so hard, The next bit is easier, just more important."

echo ""
echo ""
echo "I now need you to specify Passwords which will shut down, and restart"
echo "your server, these are _IMPORTANT_ and i will not allow you to use the"
echo "default passwords, you must use your own."
ok=0
while [ $ok -eq 0 ] ; do
	echo ""
	echo "Enter the password to Kill the IRCd"
	echo -e $n "[\033[1;32m$DIE_PASS\033[0;37m] -> $c"
	read cc
	if [ ! "$cc" ] ; then
	        echo ""
		echo "You _MUST_ specify your Own Password, try again."
	else
		DIE_PASS=$cc
		ok=1
	fi
done

echo ""
echo ""
ok=0
while [ $ok -eq 0 ] ; do
        echo ""
        echo "Now Enter the Password you will use to Restart."
        echo -e $n "[\033[1;32m$RESTART_PASS\033[0;37m] -> $c"
        read cc
        if [ ! "$cc" ] ; then
                echo ""
                echo "You _MUST_ specify your Own Password, try again."
        else
                RESTART_PASS=$cc
                ok=1
        fi
done

echo ""
echo "Enter the Pause Between Issuing a DIE/RESTART request to the IRCd Actually doing it [in Seconds]"
echo -e $n "[\033[1;32m$DIE_WAIT\033[0;37m] -> $c" 
read cc
if [ "$cc" ] ; then
        DIE_WAIT=$cc
fi

###
# Now Write the config.. What phun
###

echo "#-#-#-#-#-#-#-#-#-#-  DIE/RESTART CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-" >> makeconf.temp
echo "<power  diepass=\"$DIE_PASS\"" >> makeconf.temp
echo "        restartpass=\"$RESTART_PASS\"" >> makeconf.temp
echo "        pause=\"$DIE_WAIT\">" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp

###
# <Insert done comment here>
###
clear
echo "ok, seeing as we managed that, we have to Arrange a list of people allowed to connect :)"
echo ""
echo ""

echo "This section allows you to Specify who is allowed Access to the IRCd. IP Addresses only Please"
echo "Although you can choose to use wildcards if you please. The default is * with no password."
echo "Type \"done\" at the IP Address, or leave it blank to finish, you do _NOT_ have to specify"
echo "any passwords"
echo ""


###
# Just another Friendly Header :p
###

echo "#-#-#-#-#-#-#-#-#-#-  CONNECTIONS CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-" >> makeconf.temp

ok=0
default=0

while [ $ok -eq 0 ] ; do 
       echo "" 
       echo "Enter The IP Address" 
       echo -e $n "[\033[1;32m$CONNECT_ALLOW\033[0;37m] -> $c" 
       read cc 
       if [ "$cc" == "done" ] ; then 
               ok=1 
       elif [ ! "$cc" ] ; then 
               ok=1 
       else 
               ALLOW_IP=$cc 
       fi 
       if [ "$ok" != "1" ] ; then 
               echo "A Registration Timeout is the time it takes before Ping Timeouting"
               echo "a client trying to connect to the server, which hasnt issued the initial"
               echo "commands. It is recommended that you set this to 90, if you give no"
               echo "value, the default will be used."
               echo "Enter 'registration' timeout"
	       echo $n "[\033[1;32m90\033[0;37m] -> $c"
               read cc
               if [ ! "$cc" ] ; then
                TIMEOUT = "90"
               else
                TIMEOUT = $cc
               fi
               echo "Enter Password [If Applicable]" 
               echo $n "[] -> $c" 
               read cc 
               if [ ! "$cc" ] ; then
	       default=1 
                       echo "<connect allow=\"$ALLOW_IP\" timeout=\"$TIMEOUT\">" >> makeconf.temp 
               else 
                       echo "<connect allow=\"$ALLOW_IP\" password=\"$cc\" timeout=\"$TIMEOUT\>" >> makeconf.temp 
               fi 
       fi 
done 
if [ "$default" == "0" ] ; then
	 echo "<connect allow=\"*\">" >> makeconf.temp
fi

###
# Insert Line Break before deny
###

echo "" >> makeconf.temp


###
# Another part done
###

if [ "$default" == "0" ] ; then 
	echo "No allow lines Specified, using defaults."
fi
echo ""
echo ""
echo "Now For the denies.. These will prevent users accessing the server, once again,"
echo "entering nothing, or \"done\" will complete the cycle, and allow you to continue"
echo ""
echo "Enter the IP Address"
ok=0
while [ $ok -eq 0 ] ; do
        echo -e $n "[\033[1;32m$CONNECT_ALLOW\033[0;37m] -> $c"
        read cc
        if [ "$cc" == "done" ] ; then
                ok=1
        elif [ ! "$cc" ] ; then
                ok=1
        else
               echo "<connect deny=\"$cc\">" >> makeconf.temp
        fi
done

###
# Footer Now
###

echo "" >> makeconf.temp
echo "" >> makeconf.temp

clear
echo "Ok, now thats finished, we come to oper Classes And Compositions. Due to the Nature"
echo "of this, this Script will set the default tags, if you wish to change them, you will"
echo "have to edit the Finished config manually, in most cases they shouldnt be changed."

echo ""
echo ""
echo "Before we do that thou, i need to ask for the Domain name of your server, for example,"
echo "chatspike.net. This will be used To generate your vhosts."
echo -e $n "[\033[1;32m$VHOST_DOMAIN\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
        VHOST_DOMAIN=$cc
fi

echo "#-#-#-#-#-#-#-#-#-#-#-#-  CLASS CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-" >> makeconf.temp
echo "<class name=\"Shutdown\" commands=\"DIE RESTART REHASH\">" >> makeconf.temp
echo "<class name=\"ServerLink\" commands=\"CONNECT SQUIT\">" >> makeconf.temp
echo "<class name=\"BanControl\" commands=\"KILL GLINE KLINE ZLINE QLINE SHUN\">" >> makeconf.temp
echo "<class name=\"OperChat\" commands=\"WALLOPS CHATOPS\">" >> makeconf.temp
echo "<class name=\"HostCloak\" commands=\"SETHOST SETIDENT SETNAME\">" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp
echo "#-#-#-#-#-#-#-#-#-#-#-#-  OPERATOR COMPOSITION   -#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp
echo "<type name=\"NetAdmin\" classes=\"OperChat BanControl HostCloak Shutdown ServerLink\" host=\"netadmin.$VHOST_DOMAIN\">" >> makeconf.temp
echo "<type name=\"GlobalOp\" classes=\"OperChat BanControl HostCloak ServerLink\" host=\"ircop.$VHOST_DOMAIN\">" >> makeconf.temp
echo "<type name=\"LocalOp\" classes=\"OperChat BanControl HostCloak\" host=\"local.$VHOST_DOMAIN\">" >> makeconf.temp
echo "<type name=\"Helper\" classes=\"HostCloak\" host=\"helper.$VHOST_DOMAIN\">" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp
clear
echo "Yay, now comes the fun Part, time to specify Opers."

echo ""
echo ""
echo "Ok, heres the deal, gonna ask you four questions, all require answering. They are as follows:"
echo "1) The Opers Login, This part will replace <login> in /oper <login> <password>"
echo "2) The Opers Password, This will replace <password> in /oper <login> <password>"
echo "3) The Opers Host, The oper must be connecting from this host for /oper to work [user@host]"
echo "4) The Opers Class, currently all avaliable are: \"NetAdmin\", \"GlobalOp\", \"LocalOp\" and \"Helper\""
echo ""
echo "You may re-configure the classes later, and if you enter nothing for part one, we will proceed to the next step"


###
# Stolen another few lines >;)
###

echo "#-#-#-#-#-#-#-#-#-#-#-  OPERATOR CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp

###
# Done :p
###

ok=0
while [ $ok -eq 0 ] ; do
	echo "Enter the opers login name"
	echo -e $n "[\033[1;32m$OPER_NICK\033[0;37m] -> $c"
	read cc
	if [ ! "$cc" ] ; then
		ok=1
	else
		OPER_LOGIN=$cc
	fi
	if [ $ok -eq 0 ] ; then
		ok2=0
		while [ $ok2 -eq 0 ] ; do
		echo "Enter the Opers Password"
		echo -e $n "[\033[1;32m$OPER_PASS\033[0;37m] -> $c"
		read cc
		if [ ! "$cc" ] ; then
			echo "You _MUST_ Enter a password"
		else
			OPER_PASS=$cc
			ok2=1
		fi
		done
		echo "Enter Opers Host [Format User@host]"
		echo -e $n "[\033[1;32m$OPER_HOST\033[0;37m] -> $c"
		read cc
		if [ ! "$cc" ] ; then
			OPER_HOST=$OPER_HOST
		else
			OPER_HOST=$cc
		fi
		echo "Enter Opers Type [Avaliable: NetAdmin, GlobalOp, LocalOp and Helper] CHOOSE ONLY ONE"
		echo -e $n "[\033[1;32m$OPER_TYPE\033[0;37m] -> $c"
		read cc
		if [ ! "$cc" ] ; then
			OPER_TYPE=$OPER_TYPE
		else
			OPER_TYPE=$cc
		fi
		echo "Coming for a re-run"

		echo "<oper  name=\"$OPER_LOGIN\"" >> makeconf.temp
		echo "       password=\"$OPER_PASS\"" >> makeconf.temp
		echo "       host=\"$OPER_HOST\"" >> makeconf.temp 
		echo "       type=\"$OPER_TYPE\">" >> makeconf.temp

	fi
done

echo "" >> makeconf.temp
echo "" >> makeconf.temp

echo "#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-  RTFM LINE  -#-#-#-#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp
echo "# You should know what to do here.. if not.. RTFM!! muahahahahaha     #" >> makeconf.temp
echo "" >> makeconf.temp
echo "<die value=\"And god came down from the heavens and smote down the noob.\">" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp


clear
echo "Congratulations, Your Opers are configured!"
echo ""
echo ""
echo "Right, i have guessed where you Message of the Day and Rules Files will be."
echo "If these are correct, just hit return, else, type in the correct Location."
echo ""
echo "First The Message of the day."
echo -e $n "[\033[1;32m$FILES_MOTD\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
	FILES_MOTD=$cc
fi
echo ""
echo "Right, now the Rules file."
echo -e $n "[\033[1;32m$FILES_RULE\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
	FILES_RULE=$cc
fi

echo "#-#-#-#-#-#-#-#-#-#-  MISCELLANEOUS CONFIGURATION   -#-#-#-#-#-#-#-#-#-" >> makeconf.temp
echo "<files  motd=\"$FILES_MOTD\"" >> makeconf.temp
echo "        rules=\"$FILES_RULE\">" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp
clear
echo "Module Time!!"
echo ""
echo ""
echo "Enter the Names of the modules you wish to load, one at a time, below."
echo "Type in the name, hit return, type in another one, etc. Once complete, just hit return to end."
echo ""
echo "The Following Modules are avaliable:"
echo ""
MODLINE=""
for module in src/modules/*.cpp ; do
	desc=`grep '$ModDesc:' $module | sed 's/\/\* $ModDesc://' | sed 's/\*\///'`
        mod=`echo $module | sed 's/.cpp/.so/' | sed 's/src\/modules\///'`
	echo -e "\033[1;32m$mod\t\t\033[0;37m$desc"
done
echo ""

###
# Module Header :p
###

echo "#-#-#-#-#-#-#-#-#-#-#-#-#-  MODULE OPTIONS   -#-#-#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp

###
# End header
###
ok=0
while [ "$ok" -eq 0 ] ; do
echo $n "[] -> $c"
read cc
if [ "$cc" ] ; then
	echo "<module name=\"$cc\">" >> makeconf.temp
else
	ok=1
fi
done

echo "" >> makeconf.temp
echo "" >> makeconf.temp

clear

echo "This is it, The final set of Variables.. Then your config is complete."
echo ""
echo ""
echo "These are just a few tiny Simple things, well explained.. BEGIN!"
echo ""
echo "Quit Prefix, This comes before all users Quits, it can be what you like."
echo -e $n "[\033[1;32m$OP_PREFIX\033[0;37m] -> $c"
read cc
if [ $cc ] ; then
	OP_PREFIX=$cc
fi

echo ""
echo "Log level [debug, verbose, default, sparse, none]"
echo -e $n "[\033[1;32m$OP_DEBUG\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
        OP_DEBUG=$cc
fi
 
echo ""
echo "Enable Halfops [Channel Mode +h], [yes/no]"
echo -e $n "[\033[1;32m$OP_HALFY\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
        OP_HALFY=$cc
fi

echo ""
echo "Enable User Channel Protection [Channel Mode +a] [yes/no]"
echo -e $n "[\033[1;32m$OP_PROTE\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
        OP_PROTE=$cc
fi

echo ""
echo "Enable Channel Founder? [Channel Mode +q] [yes/no]"
echo -e $n "[\033[1;32m$OP_FOUND\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
        OP_FOUND=$cc
fi

echo "#-#-#-#-#-#-#-#-#-#-#-#-#-  SERVER OPTIONS   -#-#-#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp
echo "<options  prefixquit=\"$OP_PREFIX\"" >> makeconf.temp 
echo "          loglevel=\"$OP_DEBUG\"" >> makeconf.temp
echo "          allowhalfop=\"$OP_HALFY\"" >> makeconf.temp
echo "          allowprotect=\"$OP_PROTE\"" >> makeconf.temp
echo "          allowfounder=\"$OP_FOUND\">" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp

ME=`pwd`
DIR=$ME/conf/inspircd.conf
echo ""
echo "LAST QUESTION!!"
echo "Where am i gonna be placed? [eg. $DIR]"
echo -e $n "[\033[1;32m$DIR\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
 DIR=$cc
fi

echo "#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- YAWN  -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp
echo "#                                                                     #" >> makeconf.temp
echo "#   You should already know what to do here :)                        #" >> makeconf.temp
echo "" >> makeconf.temp
echo "<die value=\"All l33t noobs must edit their configs.\">" >> makeconf.temp
echo "" >> makeconf.temp
echo "" >> makeconf.temp
echo "#########################################################################" >> makeconf.temp
echo "#                                                                       #" >> makeconf.temp
echo "#                -InspIRCd Development and Coding Team-                 #" >> makeconf.temp
echo "#                          www.inspircd.org                             #" >> makeconf.temp
echo "#                                                                       #" >> makeconf.temp
echo "#########################################################################" >> makeconf.temp




mv makeconf.temp $DIR