Skip to content

Commit f68050b

Browse files
committed
Update projects and socials
1 parent 72cb71b commit f68050b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

EV0002.rb

+3-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@
5757
end
5858

5959
# all (active) EasyRPG projects
60-
projects = ["liblcf", "Player", "Tools", "RTP", "TestGame",
61-
"Editor", "Editor-GTK", "Editor-wx",
62-
"EV0002", "easyrpg.org", "wiki", "event-tests",
63-
"buildscripts", "obs-config", "jenkins-config"]
60+
projects = ["liblcf", "Player", "Tools", "RTP", "TestGame", "Editor",
61+
"EV0002", "easyrpg.org", "wiki", "regression-tests",
62+
"buildscripts", "packaging"]
6463

6564
# plugin specific options
6665
config.plugins.options[Cinch::EasyRPGLinks] = {

plugins/easyrpg_links.rb

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Cinch::EasyRPGLinks
1717
match "jenkins", method: :link_jenkins
1818
match "ci", method: :link_jenkins
1919
match "twitter", method: :link_twitter
20+
match "social", method: :link_social
2021
match "paste", method: :link_paste
2122

2223
def execute(msg, project)
@@ -55,6 +56,10 @@ def link_twitter(msg)
5556
msg.reply "https://twitter.com/easyrpg/"
5657
end
5758

59+
def link_social(msg)
60+
msg.reply "https://social.easyrpg.org/@easyrpg"
61+
end
62+
5863
def link_paste(msg)
5964
msg.reply "https://gist.github.com/ (please sign in before pasting if the content is relevant)"
6065
end

0 commit comments

Comments
 (0)