summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2016-05-25 02:39:05 +0200
committerDico200 <dico.karssiens@gmail.com>2016-05-25 02:39:05 +0200
commita5556760761974590b0666c3e89043aa5fc98a1d (patch)
treea86a634d8a993d0b69767f727e1b380bee3b5476 /main.py
parentcb1a333a56bdaebc5197855f4f9a7b982acadebb (diff)
Prevent complete multi-replacement in chatalias. Doesn't prevent 1 -> 2 and 23 -> 5 to make for 13 -> 5, but does prevent a -> 20 and 2 -> 3. Tested.
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index be3a65b..651a547 100644
--- a/main.py
+++ b/main.py
@@ -43,7 +43,7 @@ shared["load_modules"] = [
# Adds /calc, toggles automatic solving of Math expressions in chat
"calc",
# Adds aliasing of chat words
- #"chatalias",
+ "chatalias",
# Plugin to locate laggy chunks. /lc <n> lists chunks with more than n entities
"lagchunks",
# Adds /report and /rp, Stores reports with time and location