|
60 | 60 | <ListBoxItem x:Name="autojoinChatTrigger" Content="AutojoinChatTrigger - Autojoins chat room(s)"/> |
61 | 61 | <ListBoxItem x:Name="banTrigger" Content="BanTrigger - Bans a user from chat"/> |
62 | 62 | <ListBoxItem x:Name="banCheckTrigger" Content="BanCheckTrigger - Checks SteamCommunity for bans"/> |
| 63 | + <ListBoxItem x:Name="changeNameTrigger" Content="ChangeNameTrigger - Changes the bots name"/> |
63 | 64 | <ListBoxItem x:Name="chatReplyTrigger" Content="ChatReplyTrigger - Responds to a match in chat"/> |
64 | 65 | <ListBoxItem x:Name="discordTrigger" Content="DiscordTrigger - Discord Relay for Steam Chat"/> |
65 | 66 | <ListBoxItem x:Name="doormatTrigger" Content="DoormatTrigger - Greets a user as they enter chat"/> |
| 67 | + <ListBoxItem x:Name="googleTrigger" Content="GoogleTrigger - Searches google and returns the top result"/> |
66 | 68 | <ListBoxItem x:Name="isUpTrigger" Content="IsUpTrigger - Determines if a website is online"/> |
67 | 69 | <ListBoxItem x:Name="kickTrigger" Content="KickTrigger - Kicks a SteamID from chat"/> |
68 | 70 | <ListBoxItem x:Name="leaveChatTrigger" Content="LeaveChatTrigger - Commands the bot to leave chat"/> |
69 | 71 | <ListBoxItem x:Name="linkNameTrigger" Content="LinkNameTrigger - Gets the title of the website from a link"/> |
70 | 72 | <ListBoxItem x:Name="lockChatTrigger" Content="LockChatTrigger - Locks the chat room"/> |
| 73 | + <ListBoxItem x:Name="messageIntervalTrigger" Content="MessageIntervalTrigger - Sends a message to a chat room every time the interval passes"/> |
71 | 74 | <ListBoxItem x:Name="moderateChatTrigger" Content="ModerateChatTrigger - Moderates a chat room"/> |
72 | 75 | <ListBoxItem x:Name="noteTrigger" Content="NoteTrigger - Saves notes than can be accessed by anyone in the chat"/> |
73 | 76 | <ListBoxItem x:Name="notificationTrigger" Content="NotificationTrigger - Sends users notifications"/> |
74 | 77 | <ListBoxItem x:Name="playGameTrigger" Content="PlayGameTrigger - Plays a game (AppID)"/> |
75 | 78 | <ListBoxItem x:Name="unbanTrigger" Content="UnbanTrigger - Unbans a user from chat"/> |
76 | 79 | <ListBoxItem x:Name="unmoderateChatTrigger" Content="UnmoderateChatTrigger - Unmoderates the chat"/> |
77 | 80 | <ListBoxItem x:Name="weatherTrigger" Content="WeatherTrigger - Gets the weather for a certain location"/> |
| 81 | + <ListBoxItem x:Name="youtubeTrigger" Content="YoutubeTrigger - Query youtube for the top video result"/> |
78 | 82 | </ListBox> |
79 | 83 | <Button x:Name="minusTriggerButton" Content="-" Grid.Column="1" HorizontalAlignment="Left" Margin="208,428,0,0" VerticalAlignment="Top" Width="44" FontSize="14.667" Click="minusTriggerButton_Click" Height="27"/> |
80 | 84 | <ListBox x:Name="addedTriggersListBox" Grid.Column="2" HorizontalAlignment="Left" Height="418" Margin="75,10,0,0" VerticalAlignment="Top" Width="275"/> |
|
0 commit comments