Skip to content

Commit

Permalink
Whoops. s/ident/username/
Browse files Browse the repository at this point in the history
  • Loading branch information
Timbus committed Jun 23, 2014
1 parent c24efc1 commit d413f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Net/IRC/Event.pm
Expand Up @@ -24,7 +24,7 @@ class Net::IRC::Event {
my $prepend-length =
$prepend.encode.bytes +
$.state<nick>.encode.bytes +
$.state<ident>.encode.bytes;
$.state<username>.encode.bytes;
$.conn.sendln($prepend~$_) for cut($text, $prepend-length);
}

Expand All @@ -33,7 +33,7 @@ class Net::IRC::Event {
my $prepend-length =
$prepend.encode.bytes +
$.state<nick>.encode.bytes +
$.state<ident>.encode.bytes;
$.state<username>.encode.bytes;
$.conn.sendln($prepend~$_) for cut($text, $prepend-length);
}

Expand Down

0 comments on commit d413f30

Please sign in to comment.