OSDN Git Service

/diceコマンド実行時にbbcodeが処理されない不具合を修正した
authorkonekoneko <jbh03215@hotmail.co.jp>
Fri, 16 Nov 2012 19:07:10 +0000 (04:07 +0900)
committerkonekoneko <jbh03215@hotmail.co.jp>
Fri, 16 Nov 2012 19:07:10 +0000 (04:07 +0900)
public/scripts/dicecommand.js

index 9aaa5a0..f3c0101 100644 (file)
@@ -1,4 +1,4 @@
-$GetCommandParser.CommandList["/dice"] = function(msg,word)
+$PostCommandParser.CommandList["/dice"] = function(msg,word)
 {
        if(word.length == 1)
                text = CastDice("6d1");