Skip to content

Commit

Permalink
Merge pull request wavelog#1455 from phl0/cwfe
Browse files Browse the repository at this point in the history
Add #cwfe hashtag to CW mode QSO tweets
  • Loading branch information
phl0 authored Jan 4, 2025
2 parents b806cd7 + 5c75754 commit 457cc4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/views/view_log/qso.php
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,9 @@
if($row->COL_SIG != null && $row->COL_SIG_INFO != null) {
$hashtags .= " #".$row->COL_SIG." ".$row->COL_SIG_INFO;
}
if($row->COL_MODE == "CW") {
$hashtags .= " #cwfe";
}
if (!isset($distance)) {
$twitter_string = "Just worked ".$row->COL_CALL." ";
if ($row->COL_DXCC != 0) {
Expand Down

0 comments on commit 457cc4d

Please sign in to comment.