Esempio n. 1
0
        public void EnsureDefaults()
        {
            LogEnabled   = true;
            ConsoleWrite = true;

            PageStaff = true;

            NotifyStaff  = true;
            NotifyAccess = AccessLevel.Counselor;

            HandleAccess = AccessLevel.Player;

            Jail      = false;
            JailPoint = new MapPoint(Map.Felucca, new Point3D(5275, 1174, 0));

            Squelch = false;
            Kick    = false;
            Ban     = false;

            SearchMode       = StringSearchFlags.Contains;
            SearchCapsIgnore = true;

            WhitespaceAliases.AddRange(
                new[]
            {
                '_', ':', ';', '@', '#', '=', '-', '+', '*', '/',                    //
                '\\', '!', '"', '£', '$', '%', '^', '&', '"'                         //
            });

            KeyWords.AddRange(
                new[]
            {
                "port: 2593", "port 2593", "port: 2595", "port 2595",                         //
                "paypal", "no-ip", "joinuo", "uoisnotdead", "shard.li", "easyuo",             //
                "skyrim", "uorenaissance", "uosanctuary", "uoevolution", "uoimmortalis",      //
                "uofreedom", "uounbound", "uosecondage", "uodreams", "zenvera",               //
                "pandorauo", "uoredemption", "ancorp", "an corp", "ipy", "inporylem",         //
                "uogamers", "uoorigins", "darkchapter", "azaroth.org", "uo-tr.com",           //
                "uoepidemic", "uo epidemic"
            });
        }
Esempio n. 2
0
        public void EnsureDefaults()
        {
            LogEnabled   = true;
            ConsoleWrite = true;

            PageStaff = true;

            NotifyStaff  = true;
            NotifyAccess = AccessLevel.Counselor;

            HandleAccess = AccessLevel.Player;

            Jail      = false;
            JailPoint = new MapPoint(Map.Felucca, new Point3D(5275, 1174, 0));

            Squelch = false;
            Kick    = false;
            Ban     = false;

            SearchMode       = StringSearchFlags.Contains;
            SearchCapsIgnore = true;

            WhitespaceAliases.AddRange(
                new[]
            {
                '_', ':', ';', '@', '#', '=', '-', '+', '*', '/',                    //
                '\\', '!', '"', '£', '$', '%', '^', '&', '"'                         //
            });

            KeyWords.AddRange(
                new[]
            {
                "port: 2593", "port 2593", "port: 2595", "port 2595", "paypal", "no-ip", "joinuo", "uoisnotdead", "shard.li",
                "easyuo"
            });
        }