Guest User

Untitled

a guest
Apr 18th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.28 KB | None | 0 0
  1. sub new {
  2.     my $self   = shift;
  3.     my $config = Fabulous::Config->fabulous_in(shift);
  4.     bless $self, {
  5.             self    => $config{id},
  6.             network => $config{net},
  7.             port    => $config{port},
  8.             modules => $config{mods},
  9.             owner   => $config{owner},
  10.             uptime  => '0'}; #lol how to get time
  11. }
Add Comment
Please, Sign In to add comment