Skip to content

Commit

Permalink
fix: small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
gojigeje committed Jul 1, 2014
1 parent 7120df1 commit 88d072e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions plugin/greetings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,6 @@ aksi_array+=("twit_greeting")
# greeting
# ----------------------------------------------------------------------------------
plihtarget() {
target_array=(
"@afandie5"
"@aftaonline"
"@AgungTarecha"
"@Ampyunk"
"@BimaFikry"
"@blu3f4lc0n"
"@EKOSUHARTONOcom"
"@Galih_Gundul"
"@gojigeje"
"@mang_panga"
"@Marsha_Say"
"@mfthl"
"@muvidm"
"@MuzanRizqy"
"@pogal_666"
"@putrinawa"
"@Ressaniaa"
"@RezaTedjoe"
"@rikza7x"
"@TegarSwasono"
"@ulinzulfa"
"@yudhasatyaap"
"@yunushadi"
)

target_num=${#target_array[*]}
target=${target_array[$((RANDOM%target_num))]}
Expand Down
2 changes: 1 addition & 1 deletion plugin/unfollowers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# main method
twit_unfollowers_main() {
# set tweet_status
tweet_status="Today stats: $((RANDOM%300+100)) new followers, $((RANDOM%100)) unfollowers and followed $((RANDOM%100)) people via Unfollowers.com/?s=gojigeje"
tweet_status="Today stats: $((RANDOM%300+100)) new followers, $((RANDOM%100)) unfollowers and followed $((RANDOM%100)) people via Unfollowers.com/?s=@gojigeje"
}

0 comments on commit 88d072e

Please sign in to comment.