Skip to content

Commit f69581f

Browse files
authored
Update plugin.rb
1 parent e45e8e0 commit f69581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def send_pm(title, text, user)
161161
PostDestroyer.new(Discourse.system_user, post).destroy
162162
end
163163
elsif raw[8, 11] == "code_sample" then
164-
text = "Hello @" + post.user.username + ", please refer to this topic for posting your code sample. https://forum.codewizardshq.com/t/how-to-post-code-samples/21423/1"
164+
text = "Hello @" + post.user.username + ", please refer to this topic for posting your code sample. Thanks. https://forum.codewizardshq.com/t/how-to-post-code-samples/21423/1"
165165
create_post(post.topic_id, text)
166166
log_command("received code_sample message", "https://forum.codewizardshq.com/t/#{post.topic_id}", post.user.username)
167167
elsif raw[8,12] == "project_link" then

0 commit comments

Comments
 (0)