예제 #1
0
    void Choose(ITriggerMsg e)
    {
        string choice = RandomChoice.RndChoice(e.Arguments);

        if (choice != null)
        {
            e.Reply(choice);
        }
    }