Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.
Moderator: Moderators
sli
Perl Monk
Posts: 810 Joined: 04 Apr 2008, 17:26
Noob?: No
#1
Post
by sli » 11 Jun 2008, 19:43
Do we really still need this in Plugins::load? Just curious.
Code: Select all
if (! -f $file) {
Plugin::LoadException->throw(TF("File %s does not exist.", $file));
} elsif ($file =~ /(^|\/)ropp\.pl$/i) {
Plugin::DeniedException->throw(TF("The ROPP plugin (ropp.pl) is obsolete and is " .
"no longer necessary. Please remove it, or %s will not work correctly.",
$Settings::NAME || "OpenKore"));
}
cs : ee : realist
Kleenex
Human
Posts: 28 Joined: 13 Apr 2008, 14:47
#2
Post
by Kleenex » 12 Jun 2008, 03:23
Can someone explain what ROPP is?
I see it all over the place but I haven't really looked at it.
Technology
Super Moderators
Posts: 801 Joined: 06 May 2008, 12:47
Noob?: No
#3
Post
by Technology » 12 Jun 2008, 03:30
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...
Mount Doom awaits us, fellowship of OpenKore!
sli
Perl Monk
Posts: 810 Joined: 04 Apr 2008, 17:26
Noob?: No
#4
Post
by sli » 12 Jun 2008, 10:57
Seriously, though, how ancient does a version of Kore need to be to still have ROPP around?
cs : ee : realist