/[meteor]/googlecode.com/svn/trunk/Meteor/Subscriber.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/Meteor/Subscriber.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 50 by andrew.betts, Wed Feb 27 13:55:35 2008 UTC revision 51 by andrew.betts, Wed Feb 27 14:05:59 2008 UTC
# Line 147  sub processLine { Line 147  sub processLine {
147                          my $channelName;                          my $channelName;
148                          my $offset;                          my $offset;
149                          foreach my $chandef (@channelData) {                          foreach my $chandef (@channelData) {
150                                  if($chandef=~/^([a-z0-9]+)(.(r|b|h)([0-9]*))?$/i) {                                  if($chandef=~/^([a-z0-9_\-\%]+)(.(r|b|h)([0-9]*))?$/i) {
151                                          $channelName = $1;                                          $channelName = $1;
152                                          $channels->{$channelName}->{'startIndex'} = undef;                                          $channels->{$channelName}->{'startIndex'} = undef;
153                                          if ($3) {                                          if ($3) {

Legend:
Removed from v.50  
changed lines
  Added in v.51

  ViewVC Help
Powered by ViewVC 1.1.26