make topic impl return their names (easier to dbg)
This commit is contained in:
@@ -72,4 +72,9 @@ public class ChannelTopic implements Topic {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return channelName;
|
||||
}
|
||||
}
|
||||
@@ -62,4 +62,9 @@ public class PatternTopic implements Topic {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return channelPattern;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user