diff --git a/lib/OSRIC/Character.pm b/lib/OSRIC/Character.pm index 7771642..0e44c5f 100644 --- a/lib/OSRIC/Character.pm +++ b/lib/OSRIC/Character.pm @@ -34,7 +34,6 @@ sub new my $class = shift; my $character = { - irc => "", # The player's irc nick, not found on the character sheet. personal => { name => "", @@ -76,13 +75,6 @@ sub new bless $character, $class; } -# Sets the player's irc nick: -sub set_irc -{ - my $self = shift; - $self->{irc} = shift; -} - # Generates the 6 major stats: sub generate_stats {