Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
add legal info to help msg (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzar authored and nzthiago committed Aug 23, 2016
1 parent 897922e commit 9ab63fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AzureBot/Dialogs/ActionDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public async Task Help(IDialogContext context, LuisResult result)

if (string.IsNullOrEmpty(accessToken))
{
message += $"By using me, you agree to the Microsoft Privacy Statement and Microsoft Services Agreement on http://aka.ms/AzureBot \n\n";
message += $"Please type **login** to interact with me for the first time.";
}

Expand Down

0 comments on commit 9ab63fb

Please sign in to comment.