From 01812ae62ef0650529d2298e7d8eebd3f57c7ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teodor=20Sp=C3=A6ren?= Date: Mon, 15 Oct 2012 18:17:55 +0300 Subject: [PATCH] Update conf.lua --- conf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.lua b/conf.lua index b2243d1..3d1888c 100644 --- a/conf.lua +++ b/conf.lua @@ -1,6 +1,6 @@ --[[ What do you want to be loaded? ]]-- useList = true -- List command -useMSG = true -- MSG command +useMSG = true -- Message command useKill = true -- Kill command useReply = true -- Reply command @@ -14,7 +14,7 @@ careLetters = true -- Care about small and BIG letters? --[[ Privleges ]]-- listprivs = {shout = true} -- List privleges killprivs = {shout = true} -- kill privleges -msgprivs = {shout = true} -- msg privleges +msgprivs = {shout = true} -- message privleges replyprivs = {shout = true} -- reply privleges --[[ Message strings ]]--