Update conf.lua

master
Teodor Spæren 2012-10-15 18:17:55 +03:00
parent b7603a9728
commit 01812ae62e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--[[ What do you want to be loaded? ]]-- --[[ What do you want to be loaded? ]]--
useList = true -- List command useList = true -- List command
useMSG = true -- MSG command useMSG = true -- Message command
useKill = true -- Kill command useKill = true -- Kill command
useReply = true -- Reply command useReply = true -- Reply command
@ -14,7 +14,7 @@ careLetters = true -- Care about small and BIG letters?
--[[ Privleges ]]-- --[[ Privleges ]]--
listprivs = {shout = true} -- List privleges listprivs = {shout = true} -- List privleges
killprivs = {shout = true} -- kill privleges killprivs = {shout = true} -- kill privleges
msgprivs = {shout = true} -- msg privleges msgprivs = {shout = true} -- message privleges
replyprivs = {shout = true} -- reply privleges replyprivs = {shout = true} -- reply privleges
--[[ Message strings ]]-- --[[ Message strings ]]--