From 1f00b259ce0aa49f34916b1261ac3f3988059b45 Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Tue, 9 Jun 2015 07:05:09 -0400 Subject: [PATCH] fix part 1 --- lib/OSRIC/Character.pm | 8 -------- 1 file changed, 8 deletions(-) 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 {