Remembered to edit main.py :)

This commit is contained in:
PixelSergey
2015-10-20 19:45:53 +03:00
parent fb7871bb3b
commit e036716a62

View File

@@ -54,8 +54,11 @@ shared["load_modules"] = [
"webtoken", "webtoken",
# Adds /lol, broadcasts random funyy messages. A bit like the splash text in the menu # Adds /lol, broadcasts random funyy messages. A bit like the splash text in the menu
"saylol", "saylol",
<<<<<<< HEAD
=======
# Adds /signalstrength, lets you request a signal strength and an amount of items will be inserted into target container to meet that strength. # Adds /signalstrength, lets you request a signal strength and an amount of items will be inserted into target container to meet that strength.
"signalstrength", "signalstrength",
>>>>>>> b4f5a68e4e3ba4993e8326d2f11f9582933b694e
# Shows the owner of a skull when right-clicked # Shows the owner of a skull when right-clicked
"skullclick", "skullclick",
# Adds /listen, highlights chat and plays a sound when your name was mentioned # Adds /listen, highlights chat and plays a sound when your name was mentioned
@@ -74,6 +77,8 @@ shared["load_modules"] = [
"check", "check",
# Adds /an, a command you can use to share thoughts/plans/news # Adds /an, a command you can use to share thoughts/plans/news
"adminnotes", "adminnotes",
# Adds busy status to players
"imbusy",
# Adds /imout, displays fake leave/join messages # Adds /imout, displays fake leave/join messages
"imout", "imout",
#adds snowbrawl minigame #adds snowbrawl minigame